django-rest-framework-passwordless icon indicating copy to clipboard operation
django-rest-framework-passwordless copied to clipboard

Passwordless Auth for Django REST Framework

Results 57 django-rest-framework-passwordless issues
Sort by recently updated
recently updated
newest added

Hi, This is most likely not an issue rather than a problem that I could not find an answer for, thank you in advance :-) Error: django.core.exceptions.**FieldError**: Cannot resolve keyword...

Hello developers, thank you for this pakage. I have a doubt regarding 'PASSWORDLESS_TOKEN_GENERATION_ATTEMPT' setting. it is used for limiting the attempt to generate token using 6 digit token. am i...

Hi, I have implemented the Knox authentication as my primary authentication and I also added the drfpasswordless. I am trying to add my custom knox authentication token as default token...

If I understand everything correctly, the property "PASSWORDLESS_USER_MOBILE_FIELD_NAME", helps to specify the name of your field > Cannot resolve keyword 'mobile' into field _settings.py_: ``` PASSWORDLESS_AUTH = { 'PASSWORDLESS_REGISTER_NEW_USERS': False,...

Not sure if this is a feature already and I just missed it. I noticed the current callback token remains active after I use it to log in. I was...

Particularly for customizing emails, we may want to add contextual data that is associated with the user. Providing the token object to context and then to the processor provides this.

could someone provide some actual examples where they using different token backends such as jwt or knox in the docs, please?

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...

dependencies

Does this library have any protection or mitigation against email address enumeration? With PASSWORDLESS_REGISTER_NEW_USERS set to False, and emails sent synchronously, I would expect the response time to be higher...