femto-backend/Femto.Api/Auth/CookieSettings.cs
2025-05-18 01:30:45 +02:00

7 lines
No EOL
134 B
C#

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