-
**Whats the problem?**
I cannot for the life of me get the `user_registered` signal to fire. I have no idea why. On creating a user with the djoser `/users/` endpoint, the signal doesn't fire.
-…
-
So, I'was using `rest_framework_simplejwt` for jwt auth in my project, with a custom `TokenObtainPairSerializer` to extend the support of creating token with `email & password` also.
Here is the se…
-
### Issue type
**I'm submitting a ...** (check one with "x")
* [x] bug report
* [x] feature request
### Issue description
I am using Nebular library as part of front end and Django Res…
-
I am trying to get access and refresh tokens when the user registers using the /auth/users/ endpoint.
I have already extended the serializer and it is showing all custom fields. It registers the us…
-
## Describe the bug
After having activated an account via an activation link sent to their email, the user Is able to go through the activation process again just by following the same link, includin…
-
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 past. If they click on the act…
-
There are several `RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy()` warnings when running tests on Django 3 and djo…
-
getting issue because have to use restful api by IP, in some countries my domain is not resolvable (don't know why)
when requested by IP getting this backtrace:
```
Traceback (most recent call last…
-
This quite simple but powerful mechanism would provide more security for SPAs built using djoser and prevent attacks using refresh tokens.
More at:
https://auth0.com/docs/secure/tokens/refresh-token…
-
here is my settings and code if it is not a bug:
**settings**
```
AUTHLIB_OAUTH_CLIENTS = {
'vkontakte': {
'client_id': os.getenv('VKONTAKTE_CLIENT_ID'),
'client_secret': o…