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

update the list of supported versions to be up-to-date with the GitHub repository

Hi, Is there a possibility to catch Situation this per default - i dont love to edit files from packages but for now temporary I solved it with editing the...

It looks like we are using https://github.com/sunscrapers/djoser/blob/master/CHANGELOG.rst for keeping release notes/change log but It looks like that it's missing changelog for `2.1.0` is there reason why that's the case? Have...

https://docs.djangoproject.com/en/4.0/releases/4.0/

No module named 'djoser.webauthn' found. Adding ``pip install 'djoser[webauthn]'`` resolves the issue.

Issues with Djoser 2.1.0 Here's my configuration in the `settings.py` ``` DJOSER = { 'LOGIN_FIELD': 'email', 'USER_CREATE_PASSWORD_RETYPE': False, 'SERIALIZERS': { 'user_create': 'accounts.serializers.UserCreateSerializer', 'user': 'accounts.serializers.UserSerializer', 'user_delete': 'djoser.serializers.UserDeleteSerializer', } } ``` Endpoint...

The `url` function has been removed from Django 4.0, and has been deprecated since Django 2.0 https://docs.djangoproject.com/en/4.0/releases/2.0/#simplified-url-routing-syntax https://docs.djangoproject.com/en/4.0/releases/2.0/#simplified-url-routing-syntax

Good day, I have been overwriting the default Djoser email templates with success, but I can't get the "Password Changed Confirmation" email to send. According to [djoser/conf.py](https://github.com/sunscrapers/djoser/blob/master/djoser/conf.py), [djoser/email.py](https://github.com/sunscrapers/djoser/blob/master/djoser/email.py), and [djoser/templates/email](https://github.com/sunscrapers/djoser/tree/master/djoser/templates/email)...

I have the same problem as [here](https://github.com/sunscrapers/djoser/issues/317#issuecomment-505898324), meaning, the last step of Google OAuth2 authentication is not working. After some searching, I saw that the problem comes from the validation...

help wanted

Hello everyone, I have a problem on "password/reset/confirm" endpoint. Forgot password email was received and sent my new password via given link. It was worked before, now it's responding "Invalid...