Using Supabase Auth outside of the Supabase API #576
-
I would like to use the Supabase Auth to authorize custom stuff. Are there and guidelines or recommendations how to handle these use cases? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @schaafenrico , did you see this example? https://github.com/supabase/supabase/blob/master/examples/nextjs-with-supabase-auth/README.md It shows how to user server-side auth with Next.js |
Beta Was this translation helpful? Give feedback.
Hey @schaafenrico , did you see this example?
https://github.com/supabase/supabase/blob/master/examples/nextjs-with-supabase-auth/README.md
It shows how to user server-side auth with Next.js