update session stuff
This commit is contained in:
parent
5d7cc52201
commit
c0dc2fdcb9
3 changed files with 3 additions and 2 deletions
|
@ -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; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue