laravel-jwt
laravel-jwt copied to clipboard
A seamless JWT implementation for Laravel
When upgrading to Laravel 8, there are errors in the `composer update` output: ``` - sprocketbox/laravel-jwt v1.5.0 requires ramsey/uuid ^3.7 -> satisfiable by ramsey/uuid[3.7.0, ..., 3.x-dev]. - You can only...
It would be nice to add custom claims before receiving the token from the Auth guard. What do you think?
Add the ability to enable JWT id logging in the database along with corresponding expiration timestamps. The database should only store the `jti`, `aud` and `exp` claims. It should have...
This is quite possibly me doing something wrong, but I can successfully set a token for a user _and_ retrieve the user information via `$user =Auth::guard('api')->user()` _(And there was much...
Are there any plans to build refresh token directly into this package? :)