mathrix-education / lumen-jwt-auth
A small library to handle authentication using JWT.
Installs: 613
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mathrix-education/lumen-jwt-auth
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.