django-rest-framework-passwordless
django-rest-framework-passwordless copied to clipboard
Passwordless Auth for Django REST Framework
Hi, Is anyone (still) using this in production? It appears to be the most popular django passwordless / magic link package, but multiple security risks/improvements do not seem to get...
Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.2 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...
Hi, I'm getting an error after sending a debug email and trying to verify it with the code. When I called `localhost:8000/auth/token/` after a code was sent to me, everything...
Bumps [setuptools](https://github.com/pypa/setuptools) from 62.0.0 to 65.5.1. Release notes Sourced from setuptools's releases. v65.5.1 No release notes provided. v65.5.0 No release notes provided. v65.4.1 No release notes provided. v65.4.0 No release...
Bumps [wheel](https://github.com/pypa/wheel) from 0.33.6 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Is there a way to integrate this with AWS instead of Twilio? Willl love to contribute
This `.filter` call will always return the first token and in the case this isn't the expected demo user token key (whether it has changed in settings or the user...