tymon/jwt-auth
Laravel JWT authentication package providing token issuing, parsing, refresh, and invalidation using JSON Web Tokens. Integrates with Laravel guards/middleware, supports custom claims and multiple auth providers, and includes docs and testing support.
Let's review some of the options in the config/jwt.php file that we published earlier.
I won't go through all of the options here since the file itself is pretty well documented.
First up is:
'secret' => env('JWT_SECRET'),
Coming soon...
How can I help you explore Laravel packages today?