Unit 06: The Full Stack
Overview
The focus this unit is:
- Authentication and Authorization
- Creating full-stack applications
Core Concepts
Using Auth0 with ReactExercises
*Note: If any of these exercise links are sending you to a 404, it means the challenge hasn't been made available yet. You will get access to challenges alongside the material in bootcamp. Please let an instructor know if something should be available that isn't.
Authentication and Authorization
- jwt-auth (select your cohort for a link)
Full Stack
- todo-full-stack (select your cohort for a link)
- my-fullstack-collection (select your cohort for a link)
Learning Outcomes
Tech Skills
Core
I can...
- Understand/explain the principles of how authentication (using a JSON web token) works
- Understand/explain why authentication is important and when to use it
- Create a fullstack web application
Stretch
I can...
- Add Auth0 to a new project (e.g. my personal project)