-
#how to get channels? to check ( sms or whatsapp sms)
```ts
Deno.serve(async (req) => {
const payload = await req.text();
const headers = Object.fromEntries(req.headers);
const signatur…
-
**Describe the bug**
The signInWithOtp method does not return any indication of which OTP type (sign-up confirmation or magic link) was sent. This makes it unclear which flow to follow in the verifyO…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
Adding a 2 step OTP verification for the signin/login form for user authentication
### U…
-
Hi,
I would like to propose adding an OTP verification feature during the signup process. Additionally, this functionality will also be implemented for the "Forgot Password" feature to enhance securi…
-
### Is this feature already requested?
- [x] I have checked "open" and "closed" issues, and this is not a duplicate.
### Feature Description
Develop and integrate a secure **Login**, **Signup…
-
**Summary:**
The otp edittext at mobile verification activity is not good as an UI component. A single character at single blank type of edittext would be good.
**Steps to reproduce:**
Go to …
-
### Is this feature already requested?
- [x] I have checked "open" and "closed" issues, and this is not a duplicate.
### Feature Description
Develop and integrate a secure **Login**, **Signup…
-
### Description
# Issue: Implement Admin Functionality
## Description
This issue focuses on implementing the super admin functionality for the website. The goal is to establish a robust backe…
-
### Feature request :
Hey @pratyushmp Can we have a feature allowing users to login via Mobile Number and going through OTP verification.
This could be a more fast process to allow users to login a…
-
- On the OTP verification page show progress bar
1. Mobile verification
2. Email verification
**Mobile Verification tab:**
- Have timer to resend otp only after 120 seconds
- Resend otp o…