playground-auth icon indicating copy to clipboard operation
playground-auth copied to clipboard

Update redirect URLs to point to auth provider pages

Open dthyresson opened this issue 3 years ago • 1 comments

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.

dthyresson avatar Apr 18 '21 14:04 dthyresson

I have set Supabase to use the production deploy url for emails and such, but the redirect should be ok.

image

dthyresson avatar Apr 18 '21 14:04 dthyresson