konekt / bearer-auth
RFC 6750 Compatible Bearer Authentication for Laravel
Installs: 3 408
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/konekt/bearer-auth
Requires
- php: ^8.1
 - konekt/concord: ^1.13
 - laravel/framework: ^10.0|^11.0|^12.0
 - lcobucci/jwt: ^4.0
 
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0|^10.0
 - phpunit/phpunit: ^10.0|^11.0
 
README
This package is an RFC 6750 compliant implementation of JWT based Bearer authentication for Laravel Applications.
Usage
Refer to the Documentation for more details.