mathrix-education / lumen-jwt-auth
This package is abandoned and no longer maintained.
The author suggests using the mathrix-education/lumen-jwt package instead.
A small library to handle authentication using JWT.
3.0.0-alpha.6
2020-02-06 00:37 UTC
Requires
- php: >=7.4
- ext-json: *
- laravel/lumen-framework: ^6.0
- psr/log: ^1.1
- ramsey/uuid: ^3.8
- web-token/jwt-checker: ^2.1
- web-token/jwt-core: ^2.1
- web-token/jwt-key-mgmt: ^2.1
Requires (Dev)
Suggests
- web-token/jwt-signature-algorithm-ecdsa: Sign tokens using Elliptic Curves.
- web-token/jwt-signature-algorithm-eddsa: Sign tokens using Edwards-curve.
- web-token/jwt-signature-algorithm-hmac: Sign tokens using HMAC.
- web-token/jwt-signature-algorithm-rsa: Sign tokens using RSA.
This package is auto-updated.
Last update: 2020-03-01 18:01:50 UTC
README
This library allow the use of JWT in Lumen applications.