chore: add temp env endpoint for seamless logout
This commit is contained in:
@@ -19,10 +19,16 @@ NEXTAUTH_REDIRECT_PROXY_URL="http://localhost:3000/api/web/auth"
|
||||
NEXTAUTH_SECRET=""
|
||||
# NEXTAUTH_URL="DO NOT SET THIS HERE, it is managed in next.config.js"
|
||||
REVALIDATE_SECRET=""
|
||||
WEBVIEW_ENCRYPTION_KEY="MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI="
|
||||
SEAMLESS_LOGIN_DA="http://www.example.dk/updatelogin"
|
||||
SEAMLESS_LOGIN_DE="http://www.example.de/updatelogin"
|
||||
SEAMLESS_LOGIN_EN="http://www.example.com/updatelogin"
|
||||
SEAMLESS_LOGIN_FI="http://www.example.fi/updatelogin"
|
||||
SEAMLESS_LOGIN_NO="http://www.example.no/updatelogin"
|
||||
SEAMLESS_LOGIN_SV="http://www.example.se/updatelogin"
|
||||
WEBVIEW_ENCRYPTION_KEY="MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI="
|
||||
SEAMLESS_LOGOUT_DA="http://www.example.dk/TBD"
|
||||
SEAMLESS_LOGOUT_DE="http://www.example.de/TBD"
|
||||
SEAMLESS_LOGOUT_EN="http://www.example.com/TBD"
|
||||
SEAMLESS_LOGOUT_FI="http://www.example.fi/TBD"
|
||||
SEAMLESS_LOGOUT_NO="http://www.example.no/TBD"
|
||||
SEAMLESS_LOGOUT_SV="http://www.example.se/TBD"
|
||||
|
||||
Reference in New Issue
Block a user