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

Passwordless Auth for Django REST Framework

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

I'm using this with a SPA in a browser context and need to build a url that contains all the information that will be needed to make the token obtain...

### Trace back: ``` [ERROR ] Internal Server Error: /auth/mobile/ Traceback (most recent call last): File "/home/ubuntu/.virtualenvs/project/lib/python3.6/site-packages/django/db/backends/utils.py", line 86, in _execute return self.cursor.execute(sql, params) File "/home/ubuntu/.virtualenvs/project/lib/python3.6/site-packages/newrelic/hooks/database_psycopg2.py", line 65, in execute...

It looks like these lines are preventing the creation of new tokens with predefined keys so the current implementation doesn't work with existing users. This pull request simply removes those...

Would love to hear more from anyone using drfpasswordless in production. Feel free to respond here or hit me up via email.

I want to use SMS sender of another service. for example: smsc.ru

How to use other OTP provider like - msg91

A comment to passerby attempting to use the demo token. The format is { pk: 'XXXXX' } so if you were trying to auth user 1 with code 111111, it...

Lots of useful PRs sitting on this repo. Pulled the ones in the ones that made sense. Left a few (test cases that I don't understand). If you drfpasswordless for...

This is a great Library that solves one of my problems when it come to multiple user types. I am interested in knowing if I can override the serializers for...

Hello there, First thanks for the great package. I have been implementing it in a project, but I was surprised not to find a mechanism to limit retries. With a...