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

Docs: Document forms of the pathnames env vars #5

Closed alexrussell closed 4 years ago

alexrussell commented 4 years ago

It'd be great to document how to write the two pathnames env vars (AUTH0_CALLBACK_PATHNAMES and AUTH0_LOGOUT_PATHNAMES). I had to look at the source to see it was the pathname without origin (obvious) or initial slash (not so obvious) and separated by commas (common sense, but not obvious).

Maybe examples will do the job.

romainbessugesmeusy commented 4 years ago

Will remove CALLBACK_PATHNAMES and AUTH0_LOGOUT_PATHNAMES in favor of wildcard subdomains.