feat: implement basic auth workflow

This commit is contained in:
2026-04-11 21:36:50 -04:00
parent 652ac1e2af
commit 355f3c5dfa
4 changed files with 158 additions and 18 deletions

View File

@@ -52,9 +52,9 @@ export default defineNuxtConfig({
supabase: {
redirectOptions: {
login: '/login',
login: '/',
callback: '/auth/callback',
exclude: ['/login', '/signup', '/auth/callback'],
exclude: ['/', '/login', '/signup', '/auth/callback'],
},
},