fgsl / authentication
Extensions of Laminas Authentication
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:framework
pkg:composer/fgsl/authentication
Requires
- php: ^7.2
 - doctrine/orm: ^2.8
 - fgsl/jwt: ^1.1
 - laminas/laminas-authentication: ^2.7.0
 - laminas/laminas-session: ^2.10
 
Requires (Dev)
- phpunit/phpunit: ^9.5
 
README
- Fgsl\Authentication\Adapter\DoctrineTable
 
This class is an database adapter that uses a Doctrine EntityManager to establish the connection.
- Fgsl\Authentication\Adapter\JwtAdapter
 
Class JwtAdapter provides authentication based on Javascript Web Token. It was designed to work as provider for Laminas\Authentication.