Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 403e2a390b | |||
| fc0130e573 |
@@ -6,7 +6,15 @@ type AuthLoginRequestDTO struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type AuthLoginResponseDTO struct {
|
type AuthLoginResponseDTO struct {
|
||||||
Token string `json:"jwt_token"`
|
Token string `json:"token"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type AuthRefreshTokenRequestDTO struct {
|
||||||
|
RefreshToken string `json:"refresh_token"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type AuthRefreshTokenResponseDTO struct {
|
||||||
|
Token string `json:"token"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type AuthRegisterRequestDTO struct {
|
type AuthRegisterRequestDTO struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user