Login to follow
GoogleAuthenticator

GoogleAuthenticator (ODC)

Stable version 0.2.0 (Compatible with ODC)
Uploaded on 07 August 2024 by OutSystems Labs
GoogleAuthenticator

GoogleAuthenticator (ODC)

Details
Detailed Description

API to allow you to generate and validate codes for use with Google Authenticator.


Read less

Implementation of the Multi-Factor Authentication algorithm used by Google Authenticator. More information is in Google's GitHub Repository.


This allows you to:

  1. Generate secrets so your users can have MFA on your OutSystems Application
  2. Validate codes so you can verify a user is who he says he is


Thanks to João Rosado for the original code for this in .NET


Source code: https://github.com/joaobarata/GoogleAuthenticator

Release notes 

Migrated to .Net 8.0