Skip to content

Commit

Permalink
Update docs/backend-requests/handling/manual-jwt.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: victoria <[email protected]>
  • Loading branch information
alexisintech and victoriaxyz authored Dec 2, 2024
1 parent 1798ee9 commit 4e9126b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/backend-requests/handling/manual-jwt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ The following example uses the `authenticateRequest()` method to verify the sess

Use one of the three ways to obtain your public key:

1. Using the Backend API in JSON Web Key Set (JWKS) format at the following endpoint [https://api.clerk.com/v1/jwks](https://clerk.com/docs/reference/backend-api/tag/JWKS#operation/GetJWKS).
1. Using your **Frontend API URL** in JWKS format, also known as your **JWKS URL**. The format is `https://<YOUR_FRONTEND_API>/.well-known/jwks.json`. You can retrieve your **JWKS URL** by navigating to the [**API Keys**](https://dashboard.clerk.com/last-active?path=api-keys) page in the Clerk Dashboard and selecting **Show JWT public key**.
1. Using your **PEM Public Key**. You can retrieve it by navigating to the [**API Keys**](https://dashboard.clerk.com/last-active?path=api-keys) page in the Clerk Dashboard and selecting **Show JWT public key**.
1. Use the Backend API in JSON Web Key Set (JWKS) format at the following endpoint [https://api.clerk.com/v1/jwks](https://clerk.com/docs/reference/backend-api/tag/JWKS#operation/GetJWKS).
1. Use your **Frontend API URL** in JWKS format, also known as **JWKS URL**. The format is `https://<YOUR_FRONTEND_API>/.well-known/jwks.json`. To retrieve your **JWKS URL**, navigate to the [**API Keys**](https://dashboard.clerk.com/last-active?path=api-keys) page in the Clerk Dashboard and select **Show JWT public key**.
1. Use your **PEM Public Key**. To retrieve it, navigate to the [**API Keys**](https://dashboard.clerk.com/last-active?path=api-keys) page in the Clerk Dashboard and select **Show JWT Public Key**.

### Verify the token signature

Expand Down

0 comments on commit 4e9126b

Please sign in to comment.