Closed
Description
The documentation seems to suggest that AUTH_REDIRECT_PROXY_URL
and AUTH_SECRET
are the only values that needs to be shared between the stable deployment and the preview deployment, but I'm guessing it's more complicated than that.
- Do I need to configure the same providers in both?
- Do I need to pass the same provider secrets for both?
- Databases for both?
- When it comes to role based access control, does the code for extracting the role need to be implemented on the stable url, the preview or both (and does that differ based on if JWT or Database method is used).