Nuxt Middleware & Supabase Authentication #603
Unanswered
philbaker4
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New to Nuxt & Supabase -- I'm looking to utilize Supabase Auth within a Nuxt app, specifically within middleware for SSR routes. Session that is created from on the client when the user signs in isn't available when the middleware is running on the server. Has anyone approached this problem (or a similar problem) before?
Here's a NextJS example, potentially helpful to see approach taken there: https://github.com/vercel/next.js/tree/canary/examples/with-supabase-auth-realtime-db
Link to discussion in Nuxt repo
Beta Was this translation helpful? Give feedback.
All reactions