Closed jonagoldman closed 6 years ago
This will allow to change the secret key after initialization: see https://github.com/codecasts/laravel-jwt/issues/26
Now you can do:
Config::set('jwt.secret', $new_secret); Auth::guard()->manager()->setupSecret();
ping @hernandev
Sorry for the delay
v0.10.0 released with this PR included.
This will allow to change the secret key after initialization: see https://github.com/codecasts/laravel-jwt/issues/26
Now you can do: