Skip to content

Commit

Permalink
fix(redirects): auth ia reorg (#25761)
Browse files Browse the repository at this point in the history
  • Loading branch information
charislam committed May 7, 2024
1 parent ec86bbc commit d7bb3ea
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions apps/www/lib/redirects.js
Expand Up @@ -2443,4 +2443,94 @@ module.exports = [
source: '/docs/guides/database/database-linter',
destination: '/docs/guides/database/database-advisors',
},
{
permanent: true,
source: '/docs/guides/auth/auth-email',
destination: '/docs/guides/auth/passwords',
},
{
permanent: true,
source: '/docs/guides/auth/passwordless-login/auth-magic-link',
destination: '/docs/guides/auth/auth-email-passwordless',
},
{
permanent: true,
source: '/docs/guides/auth/passwordless-login/auth-email-otp',
destination: '/docs/guides/auth/auth-email-passwordless',
},
{
permanent: true,
source: '/docs/guides/auth/native-mobile-login',
destination: '/docs/guides/auth/social-login',
},
{
permanent: true,
source: '/docs/guides/auth/concepts/redirect-urls',
destination: '/docs/guides/auth/redirect-urls',
},
{
permanent: true,
source: '/docs/guides/auth/auth-user-management',
destination: '/docs/guides/auth/managing-user-data',
},
{
permanent: true,
source: '/docs/guides/auth/auth-deep-dive/auth-deep-dive-jwts',
destination: '/docs/guides/auth/jwts',
},
{
permanent: true,
source: '/docs/guides/auth/row-level-security',
destination: '/docs/guides/database/postgres/row-level-security',
},
{
permanent: true,
source: '/docs/guides/auth/column-level-security',
destination: '/docs/guides/database/postgres/column-level-security',
},
{
permanent: true,
source: '/docs/guides/auth/custom-claims-and-role-based-access-control-rbac',
destination: '/docs/guides/database/postgres/custom-claims-and-role-based-access-control-rbac',
},
{
permanent: true,
source: '/docs/guides/auth/auth-deep-dive/auth-google-oauth',
destination: '/docs/guides/auth/social-login/auth-google',
},
{
permanent: true,
source: '/docs/guides/auth/auth-deep-dive/auth-gotrue',
destination: '/docs/guides/auth/architecture',
},
{
permanent: true,
source: '/docs/guides/auth/auth-deep-dive/auth-policies',
destination: '/docs/guides/database/postgres/row-level-security',
},
{
permanent: true,
source: '/docs/guides/auth/auth-deep-dive/auth-row-level-security',
destination: '/docs/guides/database/postgres/row-level-security',
},
{
permanent: true,
source: '/docs/guides/auth/server-side-rendering',
destination: '/docs/guides/auth/server-side',
},
{
permanent: true,
source: '/docs/guides/auth/server-side/overview',
destination: '/docs/guides/auth/server-side',
},
{
permanent: true,
source: '/docs/guides/auth/server-side/email-based-auth-with-pkce-flow-for-ssr',
destination: '/docs/guides/auth/server-side',
},
{
permanent: true,
source: '/docs/guides/auth/server-side/email-based-auth-with-pkce-flow-for-ssr',
destination: '/docs/guides/auth/server-side',
},
]

0 comments on commit d7bb3ea

Please sign in to comment.