djoser icon indicating copy to clipboard operation
djoser copied to clipboard

REST implementation of Django authentication system.

Results 155 djoser issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/sunscrapers/djoser/issues/795 rollback https://github.com/sunscrapers/djoser/commit/8f65bfff16577c7fb0f52bbabf5fb69f6809ba62 TBD drop Djoser LOGIN_FIELD in favor of Django's User USERNAME_FIELD

todos: - update docs - update comments / docstrings, if needed - move tests to upstream so the diff is smaller and more reliable (unused mocks etc) - some tests...

https://github.com/sunscrapers/djoser/blob/4452009f628b59f02704373d5e7f991f1243397f/djoser/serializers.py#L127 When retrieving a token DJOSER check itself if the password match, or not. If password match, only active or not validation is done. Django authentication backends propose a set...

django-rest-knox has better token based auth protection, so is there any way to use this library with Djoser for token auth?