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 15 forks source link

JWT Adapter #19

Open fgsl opened 3 years ago

fgsl commented 3 years ago

Feature Request

Q A
New Feature yes
RFC yes
BC Break no

Summary

This feature request is about an authentication adapter that works with Javascript Web Token (https://jwt.io) as an alternative for sessions. JWT implements RFC 7519.