Skip to content

Commit 1e30ead

Browse files
committed
chore: format content markdown files with Prettier
1 parent dce9711 commit 1e30ead

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/guides/neon-authorize-supertokens.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ export default async function TodoList() {
252252

253253
// WHERE filter is optional because of RLS.
254254
// But we send it anyway for performance reasons.
255-
const todos = await
255+
const todos = await
256256
sql('select * from todos where user_id = auth.user_id()'); // [!code highlight]
257257

258258
return (

content/docs/guides/neon-authorize.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Here is a non-exhaustive list of authentication providers. The table shows which
211211
| **Google Identity** || <span style={{ whiteSpace: "normal", wordBreak: "break-word" }}>`https://www.googleapis.com/oauth2/v3/certs`</span> | [docs](https://developers.google.com/identity/openid-connect/openid-connect#discovery) |
212212
| **Descope Auth** || <span style={{ whiteSpace: "normal", wordBreak: "break-word" }}>`https://api.descope.com/{YOUR_DESCOPE_PROJECT_ID}/.well-known/jwks.json`</span> | [docs](https://docs.descope.com/project-settings/jwt-templates) |
213213
| **PropelAuth** || <span style={{ whiteSpace: "normal", wordBreak: "break-word" }}>`https://{PROPEL_AUTH_URL}/.well-known/jwks.json`</span> | [docs](https://docs.propelauth.com/guides-and-examples/guides/access-tokens) |
214-
| **SuperTokens** || <span style={{ whiteSpace: "normal", wordBreak: "break-word" }}>`https://{YOUR_SUPER_TOKENS_CORE_CONNECTION_URI}/.well-known/jwks.json`</span> | [docs](https://supertokens.com/docs/quickstart/integrations/aws-lambda/session-verification/using-jwt-authorizer) |
214+
| **SuperTokens** | | <span style={{ whiteSpace: "normal", wordBreak: "break-word" }}>`https://{YOUR_SUPER_TOKENS_CORE_CONNECTION_URI}/.well-known/jwks.json`</span> | [docs](https://supertokens.com/docs/quickstart/integrations/aws-lambda/session-verification/using-jwt-authorizer) |
215215
| **WorkOS** || <span style={{ whiteSpace: "normal", wordBreak: "break-word" }}>`https://api.workos.com/sso/jwks/{YOUR_CLIENT_ID}`</span> | [docs](https://workos.com/docs/reference/user-management/session-tokens/jwks) |
216216

217217
### JWT Audience Checks

0 commit comments

Comments
 (0)