Add 2FA gen qrcode

This commit is contained in:
2025-11-09 01:53:00 +01:00
parent 42c610f37f
commit 3455795cdb
3 changed files with 25 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ on pourrait ajoute de la double authentification mais bon ...
### Sur OpenBSD (7.1)
Il faut installer FLask et quelques dépendances
pkg_add py3-werkzeug py3-jinja2 py3-Pillow py3-wtforms py3-flask-wtf py3-flask \
py3-bcrypt py3-markdown py3-gevent py3-zopeinterface
py3-bcrypt py3-markdown py3-gevent py3-zopeinterface py3-qrcode
Il reste malheuresment une dépendances sur flask-bcrypt a installé avec pip:
@@ -21,7 +21,7 @@ Il reste malheuresment une dépendances sur flask-bcrypt a installé avec pip:
### Sur Debian
apt install python3-flask python3-flask-bcrypt python3-wtforms python3-pil python3-markdown \
python3-gevent python3-zope.interface
python3-gevent python3-zope.interface python3-qrcode
## Démarrer le programme :