Lecture/code together JWT auth/authorization
Comments Manager Day Project. Node.js and JWT for auth.
Authentication:
- Create/register new users with encyrption
- Login and aquire JWT tokens
Authorization:
- list comments filtered by user id from JWT token
- restrict access to add comments to only verified users with JWT token
- autopopulate user ids in comments with id from JWT token
WIP. no CSS