[CHANGE] Reworked client creation
This commit is contained in:
@@ -16,7 +16,5 @@ public class HttpCookieEntity : DateTimeBase
|
||||
public bool Secure { get; set; }
|
||||
public bool HttpOnly { get; set; }
|
||||
[MaxLength(DataConstants.DbContext.DefaultDbStringSize)]
|
||||
public string? SameSite { get; set; }
|
||||
[MaxLength(DataConstants.DbContext.DefaultDbStringSize)]
|
||||
public required string ClientId { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user