Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 432 Bytes

File metadata and controls

16 lines (11 loc) · 432 Bytes

200429-jwt-authorization

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