V1 MAuth
Docker Build and Release Upload / build (push) Successful in 1m31s

This commit is contained in:
2025-07-26 08:59:42 -07:00
parent ff8364bce0
commit fe3401a9b3
3 changed files with 112 additions and 1 deletions
+5 -1
View File
@@ -7,7 +7,7 @@ namespace Auth.DTO {
}
public class JWTRenewRequest {
public string Token { get; set; } = "";
public string JWT { get; set; } = "";
}
public class RegisterRequest {
@@ -48,4 +48,8 @@ namespace Auth.DTO {
public string Password { get; set; } = "";
}
public class JWTRequest {
public string Ticket { get; set; } = "";
}
}