-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Resend OTP feature #325
Comments
I would like to contribute to this project. I feel I can do this task according to the need. I have registered my team via Foss Hack. |
Hey @harshdeshmukh21! Thanks for showing interest in this issue, but unfortunately this is already assigned. If you still want to contribute to this, I would recommend you to have a chat with the assigned members in the sub issues. Alternatively, your team can pick up any of the other issues. |
@rajdip-b I am taking this entire thing hope so it wouldn't be an issue will be back in few days with some solution? |
Yeap thats fine! |
@rajdip-b Why do we use params for sending data to |
There's no reason to be very honest. We could have used request body, but we didn't.
|
Okay @rajdip-b I am following the same in resend otp, one thing more when do i have to run migrations in prisma like I am trying to utilise the existing logic of the sendOtp service by calling it in the resendOtp function but its showing some prisma issues.. |
Until and unless you modify Whether you run migrations or not, you would need to run And lastly, you would be deploying the migrations using
|
This can be closed i guess now @rajdip-b |
Could you please link the pr here? I think we missed it |
The related issues of this PR are solved @rajdip-b can check. |
Yes, I'm asking for that PR link. Because i think it was not linked to the issue. I'll link it and close the issue |
Description
We need to come up with an implementation to resend the OTP to the users. The resend functionality should have a timeout of 1 minute.
Solution
General Note: This is a join issue, so this ticket will be considered as completed only if both the issues are marked as complete.
Note for FOSS Hack: We saw a few requests for team collaboration. We feel that this would be the best place to do so!
The text was updated successfully, but these errors were encountered: