Create JWT renew request
Docker Build and Release Upload / build (push) Successful in 4m40s

This commit is contained in:
2025-07-24 22:30:07 -07:00
parent 5851cbfdfe
commit 80c13bd900
4 changed files with 51 additions and 11 deletions
+4
View File
@@ -6,6 +6,10 @@ namespace Auth.DTO {
public bool StayLoggedIn { get; set; }
}
public class JWTRenewRequest {
public string Token { get; set; } = "";
}
public class RegisterRequest {
public string Email { get; set; } = "";
public string UserName { get; set; } = "";