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

Hi, Any reason why we can't support `social-auth-app-django` 5? I see that the dependency has been upgraded in master already. https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md#500---2021-08-05 Can we expect a release anytime soon? Thanks!

Hey everyone. I am facing this `State could not be found in server-side session data.` issue with my app. I am pretty sure that I have configured everything properly since...

My code running good, but now seem having a error on Djoser server. I can not get auth_token when I use client.post with my data. ``` File "/home/kev/work/project/gg/my-project/accounts/utils.py", line 65,...

Do we have ability to connect social with an existing user that is registered with email and password (like All-Auth Connection). It would be great if the user can linked...

I created class based view to access uid and token . I wish to activate user that created. I am receiving the activation link via email. when I click on...

There are small typos in: - docs/source/settings.rst - testproject/testapp/tests/test_password_reset_confirm.py Fixes: - Should read `message` rather than `messsage`. - Should read `endpoint` rather than `enpoint`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

The latest pip release of djoser (2.1.0) dates from October 2020, but there have been quite some changes in this repo since then. Would it be possible to create a...

My registeration follow : register --> get uid & token via email --> use ui & token for activation --> login--> accsess_token. So if easily if I disable the feature...

Assuming it's a small bug or maybe it is an intentional feature. I spent half a day thinking reset password email did not work. After some digging I found that...