playground-auth
playground-auth copied to clipboard
Update redirect URLs to point to auth provider pages
from @morganmspencer > @dthyresson and @Tobbe, do any of the redirect URLs need to be changed in the provider settings now that this is merged?
I think:
- Auth0
will.
See:
const auth0 = new Auth0Client({
domain: process.env.AUTH0_DOMAIN,
client_id: process.env.AUTH0_CLIENT_ID,
redirect_uri: process.env.AUTH0_REDIRECT_URI,
I will add AUTH0_REDIRECT_URI
to the Netlify Deploy env as you will probably set this in local dev to your page.
I have set Supabase to use the production deploy url for emails and such, but the redirect should be ok.