bajomodavid / jwt-auth
Simple Jwt Authentication for laravel
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/bajomodavid/jwt-auth
Requires
- php: ^5.5.9 || ^7.0
- lcobucci/jwt: ^3.2
This package is auto-updated.
Last update: 2025-09-23 11:51:55 UTC
README
A simple jwt-auth package for laravel
install package composer require bajomodavid/jwt-auth
Then add middleware 'bd.auth' => \BajomoDavid\JWTAuth\Middleware\CheckToken::class, under the protected $routeMiddleware in your App\Http\Kernel.php file, and then use the middleware in any routes you would like to protect with jwt