secure cookies fix

This commit is contained in:
john 2025-05-20 11:02:54 +02:00
parent 6dfa49bd01
commit 88b8aa7429
4 changed files with 10 additions and 10 deletions

View file

@ -2,6 +2,5 @@ namespace Femto.Api.Auth;
public class CookieSettings
{
public bool SameSite { get; set; }
public bool Secure { get; set; }
}