Django GraphQL User Management

  • Worth noting I get wierd errors working with Django 4.0.1, I have tried debugging and can’t find the error: PLEASE HELP!

  • An app that explores User management with GraphQL using Graphene in Django. Topics covered:

  1. Login.
  2. Log Out.
  3. Authentication.
  4. Sign Up with email confirmation.
  5. Change Password.
  6. Forgotten Password – via email confirmation.
  7. Delete Account.
  8. Update Account Details.
  9. Among many others …

Let's get tooling!

Setting Up GraphQL and JWT.

Packages to be explored:

  1. graphene-django
  2. django-graphql-jwt

GitHub

View Github