Hello everyone 👋
A few time ago when i started a side project with supabase, I quickly came up to the ideia to have multiple apps, currenlty i have a turbo monorepo with:
“app” & “admin” need auth and currently I implemented the auth flow (a lot o duplicated code) in both apps.
I would like to have a “auth” app where I could manage the authentication.
This could be something like:
My stack:
I found this issue some time ago and i posted there this topic but didn’t get a really answer for this.
GitHub issue: https://github.com/supabase/supabase/discussions/5742#discussioncomment-11908388
Does any one have such example?
The user is working on a side project using Supabase and wants to manage authentication across multiple apps within a monorepo. They currently have duplicated authentication code in two apps and are seeking a way to centralize this in a single 'auth' app. They are looking for examples or guidance on implementing this setup.