Adds two factor authentication to django-allauth
Project description
django-allauth-2fa adds two-factor authentication to django-allauth. django-allauth is a set of Django applications which help with authentication, registration, and other account management tasks.
- Source code
- Documentation
Features
Adds two-factor authentication views and workflow to django-allauth.
Supports Authenticator apps via a QR code when enabling 2FA.
Supports single-use back-up codes.
Compatibility
django-allauth-2fa attempts to maintain compatibility with supported versions of Django, django-allauth, and django-otp.
Current versions supported together is:
Django |
django-allauth |
django-otp |
Python |
---|---|---|---|
3.2 |
0.53.0 |
1.1 |
3.7, 3.8, 3.9, 3.10 |
4.0 |
0.53.0 |
1.1 |
3.8, 3.9, 3.10, 3.11 |
4.1 |
0.53.0 |
1.1 |
3.8, 3.9, 3.10, 3.11 |
4.2 |
0.53.0 |
1.1 |
3.8, 3.9, 3.10, 3.11 |
Contributing
django-allauth-2fa was initially created by Víðir Valberg Guðmundsson (@valberg), was maintained by Percipient Networks for many years, and is now maintained by Valohai. Please feel free to contribute if you find django-allauth-2fa useful!
Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
If you feel uncomfortable or uncertain about an issue or your changes, feel free to email support@percipientnetworks.com and we will happily help you.
Fork the repository on GitHub to start making your changes to the main branch (or branch off of it).
Write a test which shows that the bug was fixed or that the feature works as expected.
Send a pull request and bug the maintainer until it gets merged and published.
Running tests
Tests can be run using [pytest](https://docs.pytest.org/en/6.2.x/).
pip install -r requirements-test.txt
py.test
Running the test project
The test project can also be used as a minimal example using the following:
# Migrate the SQLite database first.
DJANGO_SETTINGS_MODULE=tests.settings python manage.py migrate
# Run the server with debug.
DJANGO_SETTINGS_MODULE=tests.settings python manage.py runserver_plus
# Run the shell.
DJANGO_SETTINGS_MODULE=tests.settings python manage.py shell_plus
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django_allauth_2fa-0.11.1.tar.gz
.
File metadata
- Download URL: django_allauth_2fa-0.11.1.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02ffdf1025836f072c2f6ec0964494589cf1d52362f663f9ff6d9ca61a7b6962 |
|
MD5 | bdaee1431bad7b51271add7c73436a7a |
|
BLAKE2b-256 | 136551b823ba7e844ceef7ac9f82e6130418fa0e616c38fe8041c012881139a4 |
File details
Details for the file django_allauth_2fa-0.11.1-py3-none-any.whl
.
File metadata
- Download URL: django_allauth_2fa-0.11.1-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f2d61dd488f66ad45e59780b061f5abe96caea9c3466e3ee4ea50ea1faebef6 |
|
MD5 | 2342e4e042256a10fd3384613fd21dc2 |
|
BLAKE2b-256 | 9d3f7befd3d8fe169971cddb79eaf74e4bc6215cfef152bc772418d1cd800f6e |