Closed JMKelley closed 1 year ago
"@nuxtjs/supabase": "^1.1.2" "nuxt": "^3.6.5"
Create two pages, /login and /confirm
Add to Nuxt Config the below code:
supabase: { redirectOptions: { login: '/login', callback: '/confirm' } },
Add Redirect URL to Supabase (http://localhost:3000/confirm)
/confirm
/login
/
Version
"@nuxtjs/supabase": "^1.1.2" "nuxt": "^3.6.5"
Steps to reproduce
Create two pages, /login and /confirm
Add to Nuxt Config the below code:
Add Redirect URL to Supabase (http://localhost:3000/confirm)
What is Expected?
/confirm
What is actually happening?
/login
and not redirecting to/confirm
/
redirects user to the homepage and logs in properly.