umber / authentication
A series of Authentication abstractions.
Installs: 6 558
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.1
- lcobucci/jwt: ~3.2
- umber/date: ^1.0
- umber/http: ^2.0
Requires (Dev)
- mmoreram/php-formatter: ^1.3.2
- phpstan/phpstan: ^0.10
- phpstan/phpstan-strict-rules: ^0.10
- phpunit/phpunit: ^7.0
- symfony/config: ^4.0
- symfony/dependency-injection: ^4.0
- symfony/security: ^4.0
- umber/coding-standard: 4.0.x-dev
README
A series of light weight abstractions around HTTP authentication.
Master | Develop |
---|---|
The authentication component provides a series of classes that will allow
implementation of authentication routines easily. Classes are built in
isolation and do not require a specific framework. Authenticate anything
from Authorization
headers to custom implementations through building
resolvers.
Implementations are provided for the following frameworks:
symfony/symfony
@~3.4|~4.0