This commit is contained in:
2026-05-17 20:07:18 -05:00
parent 1025d48877
commit 24169162aa
5 changed files with 1821 additions and 42 deletions

7
config/jwt.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
return [
'issuer' => env('JWT_ISSUER'),
'audience' => env('JWT_AUDIENCE'),
'public_key' => env('JWT_PUBLIC_KEY_PEM'),
];