Skip to content
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

Add a mobile otp authentication using twilio (JAVA Spring Boot) #2

Open
shivammm21 opened this issue Oct 14, 2024 · 0 comments
Open
Assignees

Comments

@shivammm21
Copy link
Contributor

shivammm21 commented Oct 14, 2024

Describe the bug
Twilio OTP authentication is not working. Users are not receiving the OTP on their registered mobile numbers, resulting in a failed login process.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the login page.
  2. Enter the mobile number and click on 'Send OTP'.
  3. Wait for the OTP SMS to arrive.
  4. No OTP is received

Expected behavior
Users should receive an OTP SMS on their registered mobile numbers within a few seconds to proceed with the authentication.

Additional context

  • The issue could be related to the Twilio configuration (SID/Auth Token) or incorrect mobile number formatting.
  • Verified that Twilio credentials are correct, and the account is active with a valid phone number.
  • Tried using different numbers but still no OTP received.
Pratik2401 added a commit that referenced this issue Oct 14, 2024
Added OTP authentication Using twilio (JAVA Spring Boot) (Solved #2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant