update session stuff

This commit is contained in:
john 2025-05-26 22:06:49 +02:00
parent 5d7cc52201
commit c0dc2fdcb9
3 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@ namespace Femto.Api.Auth;
public class CookieSettings
{
public SameSiteMode SameSite { get; set; }
public bool Secure { get; set; }
public string? Domain { get; set; }
}