-
- Downloads
Merge branch '2fa' into 'master'
Resolve "two factor auth" Closes #3 See merge request infra/uffd/uffd!2
No related branches found
No related tags found
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- README.md 2 additions, 0 deletionsREADME.md
- requirements.txt 7 additions, 0 deletionsrequirements.txt
- run.py 8 additions, 1 deletionrun.py
- uffd/__init__.py 2 additions, 2 deletionsuffd/__init__.py
- uffd/default_config.cfg 4 additions, 0 deletionsuffd/default_config.cfg
- uffd/mfa/__init__.py 3 additions, 0 deletionsuffd/mfa/__init__.py
- uffd/mfa/models.py 149 additions, 0 deletionsuffd/mfa/models.py
- uffd/mfa/templates/auth.html 126 additions, 0 deletionsuffd/mfa/templates/auth.html
- uffd/mfa/templates/disable.html 12 additions, 0 deletionsuffd/mfa/templates/disable.html
- uffd/mfa/templates/setup.html 247 additions, 0 deletionsuffd/mfa/templates/setup.html
- uffd/mfa/templates/setup_recovery.html 25 additions, 0 deletionsuffd/mfa/templates/setup_recovery.html
- uffd/mfa/templates/setup_totp.html 35 additions, 0 deletionsuffd/mfa/templates/setup_totp.html
- uffd/mfa/views.py 245 additions, 0 deletionsuffd/mfa/views.py
- uffd/selfservice/templates/self.html 5 additions, 0 deletionsuffd/selfservice/templates/self.html
- uffd/session/templates/login.html 1 addition, 1 deletionuffd/session/templates/login.html
- uffd/session/views.py 30 additions, 9 deletionsuffd/session/views.py
- uffd/static/cbor.js 406 additions, 0 deletionsuffd/static/cbor.js
- uffd/template_helper.py 21 additions, 0 deletionsuffd/template_helper.py
- uffd/templates/base.html 2 additions, 0 deletionsuffd/templates/base.html
Loading
Please register or sign in to comment