laravel-jwt icon indicating copy to clipboard operation
laravel-jwt copied to clipboard

A seamless JWT implementation for Laravel

Results 5 laravel-jwt issues
Sort by recently updated
recently updated
newest added

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...

bug

It would be nice to add custom claims before receiving the token from the Auth guard. What do you think?

enhancement

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...

enhancement

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...

bug

Are there any plans to build refresh token directly into this package? :)

enhancement