Forum OpenACS Development: Re: Multi Factor Authentication package

Collapse
Posted by Claudio Pasolini on
I just made the last refinements, tested the package also with Authy and updated the repository at https://github.com/claudio-48/mfa.git.

Claudio

Collapse
Posted by Claudio Pasolini on
Added internationalization and moved sql to xql files.
Collapse
Posted by Claudio Pasolini on
The package is now in production in some of our applications. In the first, somewhat naive implementation, OTP authentication was tied to the user, while now it's tied to the session. This way, a user can log in simultaneously on multiple devices, but the OTP is always required.

Claudio