fix: credentials login not working cause of cookie secure flag not possible for http (#1421)
* fix: credentials login not working cause of cookie secure flag not possible for http * chore: add missing comment * fix: lint issue
This commit is contained in:
@@ -2,7 +2,7 @@ import { cache } from "react";
|
||||
|
||||
import { createConfiguration } from "./configuration";
|
||||
|
||||
const { auth: defaultAuth } = createConfiguration("unknown", null);
|
||||
const { auth: defaultAuth } = createConfiguration("unknown", null, false);
|
||||
|
||||
/**
|
||||
* This is the main way to get session data for your RSCs.
|
||||
|
||||
Reference in New Issue
Block a user