Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/clerk.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| Token issuer, url
|--------------------------------------------------------------------------
| You can find your Clerk Frontend API URL in your Clerk dashboard under:
| "Configure" -> "API keys" -> "Show API URLs" -> "Frontend API URL"
| "Configure" -> "API keys" -> "Frontend API URL"
*/
'allowed_issuer' => env('CLERK_ALLOWED_ISSUER'),

Expand Down Expand Up @@ -34,7 +34,7 @@
|--------------------------------------------------------------------------
| Path to your public JWT key file. You can find the file content in your
| Clerk dashboard under:
| "Configure" -> "API keys" -> "Show JWT public key" -> "PEM Public Key"
| "Configure" -> "API keys" -> "JWKS Public Key""
*/
'signer_key_path' => env('CLERK_SIGNER_KEY_PATH', 'clerk.pem'),
];