reactive-google-authenticator
Reactive icon

Reactive Google Authenticator 

Stable version 1.1.1 (Compatible with OutSystems 11)
Uploaded
 on 05 May 2023
 by 
5.0
 (1 rating)
reactive-google-authenticator

Reactive Google Authenticator 

Documentation
1.1.1

Reactive Google Authenticator 


Introduction


Provides secure two-factor authentication to your users. The Reactive Google Authenticator  works by integrating with Google Authenticator, a popular two-factor authentication app that generates one-time passcodes (OTPs) that are used to verify the identity of users trying to access your application.

The Block is designed to prompt users to enter the OTP code generated by Google Authenticator every 30 seconds, and then verify if the provided code is valid or not. If the code is valid, Google Authenticator Block will fire an event that allows the user to proceed with accessing your application. If the code is not valid, the user will be prompted to enter a new code.


How to use Reactive Google Authenticator Block 

  • 1 After installing the component from the Forge , Select GoogleAuthenticatorModule element to use in your module and select TwoFactorAuth Block .

  • 2 Place The web Block on your screen, an error will appear, Don't panic, Just set a handler to the TwoFASuccess event by creating a new client action where you can redirect the User to a certain page or assign, Modify variable .
  • 3  The new client action will be triggered if the user provides a valid OTP code, you can develop your own logic there however you want.



Overall, Reactive Google Authenticator  is a valuable addition to your OutSystems application, providing an extra layer of security to ensure that only authorized users can access your application. By following these steps, you can easily import, customize, and integrate your web block into your application, making it easy to implement secure authentication for your users.


1.1.0

Reactive Google Authenticator 


Introduction


Provides secure two-factor authentication to your users. The Reactive Google Authenticator  works by integrating with Google Authenticator, a popular two-factor authentication app that generates one-time passcodes (OTPs) that are used to verify the identity of users trying to access your application.

The Block is designed to prompt users to enter the OTP code generated by Google Authenticator every 30 seconds, and then verify if the provided code is valid or not. If the code is valid, Google Authenticator Block will fire an event that allows the user to proceed with accessing your application. If the code is not valid, the user will be prompted to enter a new code.


How to use  Reactive Google Authenticator Block 

  • 1 After installing the component from the Forge , Select GoogleAuthenticatorModule element to use in your module and select TwoFactorAuth Block .

  • 2 Place The web Block on your screen, an error will appear, Don't panic, Just set a handler to the TwoFASuccess event by creating a new client action where you can redirect the User to a certain page or assign, Modify variable .
  • 3  The new client action will be triggered if the user provides a valid OTP code, you can develop your own logic there however you want.



Overall, Reactive Google Authenticator  is a valuable addition to your OutSystems application, providing an extra layer of security to ensure that only authorized users can access your application. By following these steps, you can easily import, customize, and integrate your web block into your application, making it easy to implement secure authentication for your users.