UPDATE: Auth module, User module
Some checks failed
Build and Release / release (push) Failing after 1m25s
Some checks failed
Build and Release / release (push) Failing after 1m25s
This commit is contained in:
@@ -4,3 +4,7 @@ type AuthResponse struct {
|
||||
AccessToken string `json:"access_token"`
|
||||
RefreshToken string `json:"refresh_token"`
|
||||
}
|
||||
|
||||
type VerifyTokenResponse struct {
|
||||
TokenID string `json:"token_id"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user