Completed
-Update a User Goal
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn the MERN Stack - JWT Authentication
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro & Current Code
- 2 - What is JWT?
- 3 - User Model
- 4 - Add User to Goal Model
- 5 - User Routes & Controller Functions
- 6 - Register User
- 7 - Hash Password
- 8 - Authenticate User
- 9 - Generate JWT
- 10 - Auth Middleware
- 11 - Protecting Routes & getMe()
- 12 - Protect Goal Routes
- 13 - Get Only Users Goals
- 14 - Setting a User Goal
- 15 -Update a User Goal
- 16 - Delete User Goal