reading-notes

JSON Web Tokens

What is the primary purpose of JSON Web Tokens (JWTs) and how do they work in terms of encoding and decoding data?

When should you use JSON Web Tokens?

What is the JSON Web Token structure?

Payload

Signature

How do JWTs work?

Why is Django’s built-in runserver not suitable for production environments, and what are some alternative server options that should be considered for deploying a Django application?

it is not suitable for production environments for several reasons: