Skip to content

Commit 086d27f

Browse files
committed
Merge branch 'main' into ss/DOCS-10913
2 parents f03e142 + fc48d76 commit 086d27f

File tree

3 files changed

+36
-6
lines changed

3 files changed

+36
-6
lines changed

docs/guides/development/integrations/databases/supabase.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This guide will have you create a new table in your [Supabase project](https://s
121121
122122
## Fetch Supabase data in your code
123123

124-
In your app's `page.tsx`, paste the following code. This example shows the list of tasks for the user and allows the user to add new tasks. The `createClerkSupabaseClient()` function uses [Supabase's `createClient()` method](https://supabase.com/docs/references/javascript/initializing) to initialize a new Supabase client with access to Clerk's session token.
124+
In your app's `page.tsx`, paste the following code. This example shows the list of tasks for the user and allows the user to add new tasks. The `createClerkSupabaseClient()` function uses [Supabase's `createClient()` method](https://supabase.com/docs/reference/javascript/initializing) to initialize a new Supabase client with access to Clerk's session token.
125125

126126
<Tabs items={["Client-side rendering", "Server-side rendering"]}>
127127
<Tab>

redirects/dynamic/docs.jsonc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
[
2-
{
3-
"source": "/docs/authentication/saml/:path*",
4-
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/:path*",
5-
"permanent": true,
6-
},
72
{
83
"source": "/docs/authentication/enterprise-connections/:path*",
94
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/:path*",
@@ -49,6 +44,11 @@
4944
"destination": "/docs/:sdk/reference/hooks/:path*",
5045
"permanent": true,
5146
},
47+
{
48+
"source": "/docs/references/:path/custom-signup-signin-pages",
49+
"destination": "/docs/guides/development/custom-sign-in-or-up-page",
50+
"permanent": true,
51+
},
5252
{
5353
"source": "/docs/references/:path*",
5454
"destination": "/docs/reference/:path*",

redirects/static/docs.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4138,5 +4138,35 @@
41384138
"source": "/docs/authentication/web3/okx-wallet",
41394139
"destination": "/docs/guides/configure/auth-strategies/web3/okx-wallet",
41404140
"permanent": true
4141+
},
4142+
{
4143+
"source": "/docs/authentication/saml/account-linking",
4144+
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/account-linking",
4145+
"permanent": true
4146+
},
4147+
{
4148+
"source": "/docs/authentication/saml/authentication-flows",
4149+
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/authentication-flows",
4150+
"permanent": true
4151+
},
4152+
{
4153+
"source": "/docs/authentication/saml/overview",
4154+
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/overview",
4155+
"permanent": true
4156+
},
4157+
{
4158+
"source": "/docs/authentication/saml/azure",
4159+
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/saml/azure",
4160+
"permanent": true
4161+
},
4162+
{
4163+
"source": "/docs/authentication/saml/okta",
4164+
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/saml/okta",
4165+
"permanent": true
4166+
},
4167+
{
4168+
"source": "/docs/authentication/saml/google",
4169+
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/saml/google",
4170+
"permanent": true
41414171
}
41424172
]

0 commit comments

Comments
 (0)