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:
just DEPLOY_URL (SHA based) - not sure if this only happens in branch deploy or whether we also get this with deploy preview (PR deploy)
just DEPLOY_PRIME_URL (branch name based) - presumably in a deploy preview (PR deploy), this will be the PR name
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:
DEPLOY_URL
(SHA based) - not sure if this only happens in branch deploy or whether we also get this with deploy preview (PR deploy)DEPLOY_PRIME_URL
(branch name based) - presumably in a deploy preview (PR deploy), this will be the PR name