Back to Jwt Auth

Configuration

docs/configuration.md

2.3.0330 B
Original Source

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