Skip to content

0101-Solutions/django-graphql-user-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A sample repository that explores User Management with Django and GraphQL, using Graphene. Working with JWT for User Authentication and Authorization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages