Skip to content

Two factor authentication

Samuel GAIST requested to merge 571_two_factors_auth into master

This merge request add support for two factor authentication to beat/beat.web>.

Currently it only supports the use of an authentication app like Bitwarden, Authy, etc.

Since it adds a new Django application, it requires a call to django migrate in order to setup the database for its use.

Fixes #571 (closed)

Merge request reports