-
Blocking
- #219
Blocked by
- #221
Will be resolved by
- #278
## Problem
Unlike Djoser docs, our API docs do not give any information on Errors.
In order to access the error messag…
-
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…
-
Hello, I was wondering if there was a way to specify a different `security` for each endpoint, so that some endpoints can have the security look like this:
```json
"security": [
{
"Api…
-
hello,
i was able to create user and obtain tokens,
but whenever i use them i get this response
`{
"detail": "Authentication credentials were not provided."
}`
-
I believe the docs to be outdated:
[https://djoser.readthedocs.io/en/latest/settings.html](https://djoser.readthedocs.io/en/latest/settings.html)
```
DJOSER = {
'PASSWORD_RESET_CONFIRM_URL…
-
If sending activation emails is enabled (`SEND_ACTIVATION_EMAIL == True`), updating a user currently sends an activation email!
https://github.com/sunscrapers/djoser/blob/master/djoser/views.py#L14…
-
As in the title, I've got simple Django app where I use `rest_framework_simplejwt`. Other flows like i.e. user's creation work flawlessly, although I've encountered an issue with `DELETE` `/users/me/`…
-
Добавил библиотеку Djoser
-
I'm trying to use djoser with token authentication, but using django-rest-knox tokens.
I have set the `TOKEN_MODEL` to `knox.models.AuthToken`, and the rest framework's `DEFAULT_AUTHENTICATION_CLAS…
-
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 filte…