Hi all, I hope this is the right place to ask a qu...
# off-topic
r
Hi all, I hope this is the right place to ask a question! I'm developing an app that only uses third-party providers for authentication. Currently they're all set to redirect to the app domain. What would be the approach you recommend to work with this in a local dev environment? It's difficult to work on the "signed-in" parts of my app because I have to fake it all (so there's no guarantee that it actually works) and then remember to un-fake it before deploying...
g
@User Not sure if this will help, towards the end: https://github.com/supabase/supabase/discussions/600
r
oh great, thanks! I'll try it out