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),
|
||||
];
|
||||
|
||||
@@ -46,6 +46,7 @@ return [
|
||||
// Exclude these routes even if they matched the rules above.
|
||||
'exclude' => [
|
||||
'GET api/test-auth',
|
||||
'GET api/health',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user