Skip to content

Commit b361adf

Browse files
committed
Enable cross site auth.
1 parent 3132e19 commit b361adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Test/AppHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public override void Configure(Container container)
5454
{
5555
AdminAuthSecret = "secretz",
5656
DebugMode = HostingEnvironment.IsDevelopment(),
57-
//UseSameSiteCookies = true,
57+
UseSameSiteCookies = false,
5858
Return204NoContentForEmptyResponse = true,
5959
});
6060

0 commit comments

Comments
 (0)