cookie configuration
This commit is contained in:
parent
b4edb6ae83
commit
e3c95eb109
5 changed files with 22 additions and 8 deletions
7
Femto.Api/Auth/CookieSettings.cs
Normal file
7
Femto.Api/Auth/CookieSettings.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace Femto.Api.Auth;
|
||||
|
||||
public class CookieSettings
|
||||
{
|
||||
public bool SameSite { get; set; }
|
||||
public bool Secure { get; set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue