is there an easier way to test auth on a local ser...
# help
n
is there an easier way to test auth on a local server other then having to change the site url back and forth from the supabase dashboard
k
So far I've used a separate project for testing
s
I believe you can set multiple URL's on the dashboard, delimited with comma and then use
redirectTo
option (https://supabase.com/docs/reference/javascript/auth-signin) As long as the URL you're redirecting to is in the list, it should allow the action to proceed