Is it possible to have multiple app-specific accounts using the same email in one Supabase project? #40953
-
|
I have several apps (admin, customer, worker) that all use the same Supabase project. The goal is for a user to log in with the same email across different apps, while maintaining separate accounts/profiles within each app. Example:
Is this scenario officially supported, and what is the recommended way to structure or handle multiple app-specific accounts under a single email address within a single Supabase project? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Basically no atleast not without workarounds Supabase doesn’t naturally let u create multiple separate auth accounts (each w their own user ID) under the same email in one project by default one email = one user so trying to split that into multiple app specific accounts isn’t something Supabase directly supports |
Beta Was this translation helpful? Give feedback.
Basically no atleast not without workarounds Supabase doesn’t naturally let u create multiple separate auth accounts (each w their own user ID) under the same email in one project by default one email = one user so trying to split that into multiple app specific accounts isn’t something Supabase directly supports