chore: update session and challenge repo -- using Redis for caching session and challenge verifying -- added api handler docs
This commit is contained in:
@@ -13,7 +13,6 @@ type ChallengeResponse struct {
|
||||
type AuthenticateRequest struct {
|
||||
PubKey string `json:"pubKey" validate:"required,eth_pubkey"`
|
||||
Signature string `json:"signature" validate:"required,eth_signature"`
|
||||
Message string `json:"message" validate:"required,uuid"`
|
||||
}
|
||||
|
||||
type AuthenticateResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user