About 52 results
Open links in new tab
  1. Customize the djoser create user endpoint - Stack Overflow

    Mar 4, 2018 · I am using djoser for auth purposes. I want to customize the create user end point of djoser. I have a User app. Here is my User model from django.db import models class …

  2. How to solve "ModuleNotFoundError: No module named 'djoser'"?

    Jan 27, 2023 · I have installed djoser in my Django project, however, for some reason, it does not find djoser and throws this error: ModuleNotFoundError: No module named 'djoser' You can …

  3. Django using email authentication with djoser for login

    Nov 9, 2017 · Django using email authentication with djoser for login Asked 8 years, 3 months ago Modified 1 year ago Viewed 7k times

  4. DRF: how to integrate django-rest-framework-jwt to Djoser

    Apr 29, 2015 · 20 I know this question is almost a year old, but I just figured out how to get Djoser and django-rest-knox to play along and sure enough the same technique worked with …

  5. How to extend 'users/me/' fields in djoser - Stack Overflow

    Nov 17, 2021 · Is it possible to extend the user field in djoser? I'm using djoser jwt token authentication in Django restframework. And as it it is, the functionality of djoser comes from …

  6. django - How does Djoser JWT login flow works - Stack Overflow

    Jul 10, 2021 · So I've been trying to use Djoser JWT and I don't know how to login in it. As far as I know you create a request with your login credentials to this url /jwt/create/ and get the access …

  7. Django Djoser Token Authentication not working - Stack Overflow

    Apr 5, 2021 · TLDR: How and where do I get a user's token after logging in and pass it as a header on all subsequent restricted URLs using Django/Djoser? I'm trying to create a user …

  8. Djoser, does not send email, I do not know what else to do

    Mar 14, 2024 · I am making a base project to send emails with djoser, but I am not receiving any confirmation email -I have two-step verification enabled on your main Gmail account. -I have …

  9. Djoser override activation email with template - Stack Overflow

    Aug 16, 2020 · Without changing the Djoser email classes and settings.py, You can override the html templates in your project's template directory using the concepts here You just simply …

  10. How to Integrate Django Djoser Backend with Next.js Frontend …

    Mar 8, 2025 · I want users to log in via Next.js, authenticate with Djoser’s jwt/create/, and store/manage tokens properly. However, the Auth.js docs are unclear, and I’m struggling with: …