-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adding otp validation support #202
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
status: responseStatus.Error, | ||
msg: "Too many requests, please try again after 15 minutes" | ||
}, | ||
keyGenerator: function (req, res) { |
Check warning
Code scanning / ESLint
disallow unused variables Warning
@@ -1,4 +1,4 @@ | |||
import type { Request, Response } from "express"; | |||
import { response, type Request, type Response } from "express"; |
Check warning
Code scanning / ESLint
disallow unused variables Warning
@shawakash incompleted issue #201