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

dev-master / 1.2.3.x-dev 2019-06-10 00:17 UTC

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