Use this when login sends a one-time code to the user’s phone number via SMS.
What to provide
Username: [email protected]
Password: YourTestPassword123
Phone number: +12025550123
SMS forwarding: [explain how Mjolnir can retrieve the code]
Providing SMS access
Mjolnir needs a way to retrieve the SMS code automatically.
Use a programmable SMS service with a dedicated virtual number:
- Twilio: provide the Account SID, Auth Token, and phone number
- Vonage: provide the API key, secret, and number
Twilio Account SID: ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Twilio Auth Token: your_auth_token
Phone number: +12025550123
Install an SMS forwarding app on a test device and configure it to forward messages to a webhook or email. Include the forwarding endpoint in the instructions.
Avoid using personal phone numbers. Use a virtual number from a programmable SMS provider so Mjolnir can retrieve codes programmatically without manual intervention.