Tutorials in Web Development

Tag JWT

TDD with Django, GraphQL & Docker Part 5 — JWT

Authentication with GraphQL & JWT Django comes with an authentication and authorization system which we can integrate with GraphQL Creating Our First User Create a new folder called /server/users at the root of server with a new file schema.py: /todo-app-graphql/server/users/schema.py… Continue Reading →

TDD with Django, GraphQL & Docker Part 6 — Testing Django Mutations with JWT

Django JWT Testing Since we implemented JWT authentication in our previous post all our mutation tests will fail. Why? Because our server/todo_app/schema.py is now testing to confirm that an authenticated user is logged in. After all, we don’t want anybody… Continue Reading →

TDD with Gatsby, Django & Docker Part 1, Chapter 05 — Django JWT

Authentication with GraphQL & JWT Django comes with Users built in so, first we build our user app. Create Our First User Create a new folder called /server/users at the root of server with a new file schema.py: /todo-app-graphql/server/users/schema.py In… Continue Reading →

TDD with Gatsby, Django & Docker Part 1, Chapter 06 — Testing Django Mutations with JWT

Django JWT Testing Since we implemented JWT authentication in our previous post all our mutation tests will fail. Why? Because our server/todo_app/schema.py is now testing to confirm that an authenticated user is logged in. After all, we don’t want anybody… Continue Reading →

TDD with Gatsby, Django & Docker Part 2, Chapter 13 — Authentication

Front End Authentication with Gatsby & JWT Now we are at the point where we want to password protect our Gatsby Todo App. Remember way way back in Part 1 of this tutorial where we implemented JWT authentication for our… Continue Reading →

© 2025 Leeson Research

Up ↑