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).
It'd be great to document how to write the two pathnames env vars (
AUTH0_CALLBACK_PATHNAMES
andAUTH0_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.