feat: add otp redis repo

This commit is contained in:
2025-09-15 13:03:48 +03:30
parent 75e1b5111e
commit 36cda3fd5a
6 changed files with 109 additions and 1 deletions
+4
View File
@@ -189,3 +189,7 @@ func (s *authService) VerifyKYC(ctx context.Context, userID, nationalID, birthDa
return fmt.Errorf("KYC verification failed - shahkar status: %d, identity status: %d",
shahkarResp.StatusCode, identityResp.StatusCode)
}
func (*authService) SendOTPVerifaction(ctx context.Context, phone string) (string, error) {
return "", nil
}