Open
Description
Lesson: JSON Web Tokens
Lesson overview
API authentication via JSON web tokens (JWT)
Lesson outline
The following items define the scope of the lesson. The lesson outline is flexible; you can improve, expand, and omit items whilst writing lesson content (make sure the pull request description mentions that).
- A code along lesson implementing JWT from sratch
- This includes setting up db tables, code explanation for logging in, signing and verifying jwts
- Use
jsonwebtoken
library
Acceptance criteria
If the requirements here are not met, the work effort is not complete.
- Lesson conforms to the outline above (unless outline has been modified).
- Lesson follows our Layout Style Guide.
Additional information
Get the lesson template
Download the lesson template using the following command (replace lesson_name
with the actual lesson name):
curl -o <lesson_name>.md https://raw.githubusercontent.com/TheOdinProject/curriculum/main/templates/lesson-template.md
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
On Hold