feat: add kyc service http handler and docs
This commit is contained in:
@@ -23,6 +23,7 @@ type AuthService interface {
|
||||
Authenticate(ctx context.Context, pubKey string, signature string, chainID uint, ipAddress, userAgent string) (*UserToken, error)
|
||||
SendOTPCode(ctx context.Context, phone string) (string, error)
|
||||
VerifyOTP(ctx context.Context, phone, code string) error
|
||||
VerifyKYC(ctx context.Context, userID, nationalID, birthDate string) error
|
||||
}
|
||||
|
||||
type authService struct {
|
||||
|
||||
Reference in New Issue
Block a user