add more params

This commit is contained in:
john 2025-05-20 11:21:36 +02:00
parent 3aa88e8483
commit 6853e013ea
2 changed files with 7 additions and 5 deletions

View file

@ -3,4 +3,5 @@ namespace Femto.Api.Auth;
public class CookieSettings
{
public bool Secure { get; set; }
public string? Domain { get; set; }
}