Skip to content

Commit

Permalink
added NuxtAuth redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Jul 11, 2024
1 parent 6c40248 commit 63f3dda
Show file tree
Hide file tree
Showing 19 changed files with 228 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/nuxt-auth/application-side/custom-sign-in-page.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/authjs/custom-pages"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/application-side/guest-mode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/application-side/protecting-pages#guest-mode"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/application-side/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/application-side/session-access"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/application-side/protecting-pages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/application-side/protecting-pages"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/application-side/session-access-and-managment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/application-side/session-access"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/configuration/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/application-side/configuration"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/configuration/nuxt-auth-handler.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/authjs/nuxt-auth-handler"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/configuration/nuxt-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/application-side/configuration"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/configuration/route-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/advanced/caching"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/configuration/session-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/authjs/session-data"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/getting-started/caching-content.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/advanced/caching"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/getting-started/getting-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/resources/overview"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/getting-started/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/getting-started/introduction"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/getting-started/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/getting-started/installation"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/getting-started/quick-start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/authjs/quick-start"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/server-side/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/authjs/server-side/session-access"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/server-side/jwt-access.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/authjs/server-side/jwt-access"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/server-side/rest-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/authjs/server-side/rest-api"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>
12 changes: 12 additions & 0 deletions src/nuxt-auth/server-side/session-access-and-route-protection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Redirecting'
editLink: false
---

<script setup>
window.location.href = "https://auth.sidebase.io/guide/authjs/server-side/session-access"
</script>

<h1 class="text-center">
Redirecting.. Please wait.
</h1>

0 comments on commit 63f3dda

Please sign in to comment.