Merged in fix/trust-host-partner-sas (pull request #2844)
add trust host setting for partner-sas auth * add trust host setting for partner-sas auth Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -30,6 +30,8 @@ const sasProvider = Auth0Provider({
|
|||||||
|
|
||||||
const config: NextAuthConfig = {
|
const config: NextAuthConfig = {
|
||||||
basePath: "/api/web/auth",
|
basePath: "/api/web/auth",
|
||||||
|
debug: env.NEXTAUTH_DEBUG,
|
||||||
|
trustHost: true,
|
||||||
providers: [sasProvider],
|
providers: [sasProvider],
|
||||||
session: {
|
session: {
|
||||||
strategy: "jwt",
|
strategy: "jwt",
|
||||||
|
|||||||
Reference in New Issue
Block a user