Commit a8aea4ce authored by Le Dinh Trung's avatar Le Dinh Trung

fix undefined constant for jwt

parent 6f3f1b5a
...@@ -129,9 +129,12 @@ ...@@ -129,9 +129,12 @@
| |
| Specify the hashing algorithm that will be used to sign the token. | Specify the hashing algorithm that will be used to sign the token.
| |
| See here: https://github.com/namshi/jose/tree/master/src/Namshi/JOSE/Signer/OpenSSL
| for possible values.
|
*/ */
'algo' => env('JWT_ALGO', Tymon\JWTAuth\Providers\JWT\Provider::ALGO_HS256), 'algo' => env('JWT_ALGO', 'HS256'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment