funcional a parte de token

This commit is contained in:
2026-05-19 16:24:51 -05:00
parent cd38287503
commit edc6e6486b
6 changed files with 32 additions and 41 deletions

View File

@@ -4,5 +4,4 @@ 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),
];