MFA

Definition

Multi-factor Authentication (MFA) is another method of securing your application and your users' identities. MFA adds a layer of security during login that requires users to provide more than one credential to prove their digital identity. Factors can be:

  • Something you are - like a biometric

  • Something you know - like a password

  • Something you own - like a device

Read this Q&A to see if using MFA with your Auth0 instance is the right choice for you.

JFramework supports a variety of MFA factors, including:

  • SMS notifications

  • One-time passwords

  • Email notifications

Last updated

Was this helpful?