Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.26 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.26 KB

Two-Factor Authentication with MessageMedia Messages API

Two-Factor Authentication (2FA) adds an extra layer of protection beyond the password. This notably decreases the risk of a hacker accessing your online accounts by combining something you know (a password) with a second factor, something you have such as a mobile phone. By adding this additional factor to your security flow, an account with a compromised password will still remain secure.

Getting Started

To get started you need to:

  • Sign up for API keys from the MessageMedia Developer Portal
  • Clone this project by clicking on the button below Remix on Glitch
  • Copy across the API keys into the .env file
  • Click on "Show Live" at the top left
  • Enter your mobile phone number and submit the form
  • You should receive an SMS with a 6-digit code
  • Enter the code and click verify

Resources