1
0
Fork 0

prepare for 2FA

- add and migrate User fields for 2FA
- add views for 2FA
- add new forms for 2FA
- update package list in requirements.txt
- add URLs for 2FA views
This commit is contained in:
Hugh Rundle 2022-09-11 13:48:52 +10:00
parent fed6bcd375
commit 54daade9f9
7 changed files with 179 additions and 0 deletions

View file

@ -29,6 +29,8 @@ opentelemetry-instrumentation-celery==0.30b1
opentelemetry-instrumentation-django==0.30b1
opentelemetry-sdk==1.11.1
protobuf==3.20.*
pyotp==2.6.0
qrcode==7.3.1
# Dev
pytest-django==4.1.0