Update key store to validate account and site
Docker Build and Release Upload / build (push) Successful in 1m24s

This commit is contained in:
2025-09-09 21:47:34 -07:00
parent 0e16bee869
commit f1222b4ec6
7 changed files with 52 additions and 23 deletions
+1 -1
View File
@@ -3,8 +3,8 @@ namespace Auth.DTO {
public class LoginRequest {
public string UserName { get; set; } = "";
public string Password { get; set; } = "";
public string Site { get; set; } = "";
public bool StayLoggedIn { get; set; }
public bool SameSite { get; set; }
}
public class JWTRenewRequest {