joelvandal / node-oauth2-gm

1 stars 0 forks source link

Implement SMS MFA #3

Open joelvandal opened 3 days ago

joelvandal commented 3 days ago

Currently we can validate an account with MFA when the code is sent by email.

But if we are using SMS, then the authentication process return an HTTP error 500.

joelvandal commented 1 day ago

I add function to detect if MFA is set to Email, Phone or OTP.

I need to complete integration for different endpoint and POST parameters.