issues
search
laminas
/
laminas-authentication
provides an API for authentication and includes concrete authentication adapters for common use case scenarios
https://docs.laminas.dev/laminas-authentication/
BSD 3-Clause "New" or "Revised" License
24
stars
16
forks
source link
JWT Adapter #19
#20
Open
fgsl
opened
3 years ago
fgsl
commented
3 years ago
Q
A
Documentation
no
Bugfix
no
BC Break
no
New Feature
yes
RFC
yes
QA
no
Description
This feature request adds something the library currently does not support: JWT authentication.
This should be added because JWT is a pattern specification (RFC 7519) and microservice based applications can be use it
Applications with JWT authentication as requirement will enable it
This code be used in microservice applications or sessionless applications.
TARGET THE develop BRANCH
Description