How to use Google Authenticator?

0
I am working on an app where in one page I want to get mobile number from user and send the OTP to verify the number. For that I have already downloaded the GoogleAuthenticator from Market place, but dont have any Idea about how to  use that. I am using Studio Pro Version 8.18.7I need step by step guidance. Thank You.  
asked
2 answers
3

There is a module from mendix marketplace called GoogleAuthenticatorConnector. There are a tab that is called Documentation that shows some configuration and there is an example on github on the link: https://github.com/wstrange/GoogleAuth/

Hope it can help you.

answered
2

Please check this doc, as it mentions direct to authentication and google autheticator:

Two-Factor Authentication - Developer Portal Guide | Mendix Documentation

answered