django-multifactor icon indicating copy to clipboard operation
django-multifactor copied to clipboard

Drop-in multifactor authentication subsystem for Django.

Results 16 django-multifactor issues
Sort by recently updated
recently updated
newest added

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies
python

My website has a LoginView that after successful form submission, checking of username/password, etc., redirects to a home landing page `localhost:8000/home`. Logged-in users that access url `localhost:8000/` will be redirected...

Hello, In advance, please excuse any obvious errors as I'm relatively new to django and mfa flow. **Background:** I've followed the docs and installed django-multifactor, added to INSTALLED_APPS, and I...

Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

dependencies
python

How about DRF/Django Rest Framework support? I've been looking through the code, would it be a stretch to add a layer for DRF? For TOPT simply provide endpoint for the...

enhancement

While testing django-multifactor in my dev environment, I ran into an issue where after registering a YubiKey, I wasn't able to open the `/accounts/mfa` URL anymore. When trying to open...

Much like the 'brand.html' template, this offers an optional template that the user can override so that when the fallback email is sent, it looks more in line with all...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies
python

Receive the following error when attempting to add a FIDO2 device using `FIDO_SERVER_ID = '127.0.0.1`: ```FIDO2 Security Key Error: 'rp.id' cannot be used with the current origin [Try again](javascript:void(0)) or...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python