funcional a parte de token
This commit is contained in:
@@ -4,4 +4,5 @@ return [
|
||||
'issuer' => env('JWT_ISSUER'),
|
||||
'audience' => env('JWT_AUDIENCE'),
|
||||
'public_key' => env('JWT_PUBLIC_KEY_PEM'),
|
||||
'allow_any_token' => env('JWT_ALLOW_ANY_TOKEN', false),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user