romainbessugesmeusy / netlify-plugin-auth0-patch-urls

A Netlify Build plugin that makes Auth0 works with deploy previews
MIT License
7 stars 3 forks source link

Feature: Ability to use prime URL instead of commit URL #8

Open alexrussell opened 4 years ago

alexrussell commented 4 years ago

When doing a branch deploy (and maybe this happens on a deploy preview (i.e. PR deploy) as well) the build plugin will set up the Auth0 origins as my branch URL (the "prime" one, and the individual commit SHA URL. I admit this may be useful to some, but actually will end up just clogging up my Auth0 config.

I'd propose a config option (see #7 for my idea to move to inputs, but this is regardless of that) so we can say which URLs we'd like:

romainbessugesmeusy commented 4 years ago

Good suggestion, I'll keep it for 1.3.0 when I'll refactor the Env vs. Inputs