How do you guys handle auth across multiple domain...
# off-topic
x
How do you guys handle auth across multiple domains (using the same Supabase instance) when it comes to redirects? According to , it doesn’t seem like allowing multiple redirect origins is planned, which makes it kind of a pain to deal with multiple websites hooked to the same auth system. Only thing that comes to mind is having an origin dedicated to auth redirects, which would then redirect back to the origin that initiated the auth flow; but that’s kinda messy.