namespace Femto.Api.Auth; public class CookieSettings { public SameSiteMode SameSite { get; set; } public bool Secure { get; set; } public string? Domain { get; set; } }