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

I am using DREF and Djoser for Authentication and User Registration. When a new user registers, Djoser sends an activation email with a link that does a GET request. In...

The `resend_activation` endpoint returns a 400 response if the given email does not belong to an (inactive) user. This endpoint re-uses the password reset serializer (#555) but does not respect...

In this 778a2e00365026d17cc9e3ac79fa8881622d4a3b commit, login error message was changed `log in` from `login`. I fixed `msgid` in Japanese translation. Some of the Japanese translations made me feel uncomfortable. So I...

Hi. I found the commit that is [add the japanese translations](https://github.com/sunscrapers/djoser/commit/747c3f33fd02b3e00d3c299a360a89c14421ea63#diff-00e4e19cd0979f6dab411fa93157af0facb00e9c81d71d1c4cb6d5b6dcc1a11c) in master branch. Travis CI build failed when this commit was pushed. Job log https://travis-ci.org/github/sunscrapers/djoser/jobs/752379694

Hi, I am using Djoser with the SimpleJWT plugin and for some reason my users get constant user Activation emails from my server even after they have activated in the...

I am currently looking into ways to utilize normal cookie based authentication for usage in our SPA, and while looking at the source code, i realized that djoser has a...

Hi, Is there a way to add a search filter (https://www.django-rest-framework.org/api-guide/filtering/#searchfilter) to the `auth/users/` GET endpoint of Djoser ? I would like to add a username filter without having to...

Removed duplicate code through base class creation.