NodeJS / Express Authorization Middleware

09-19-2019

Code:

https://github.com/brian-childress/node-authorization-middleware

In this video we build Authorization (AuthZ) middleware using Node, Express, and JSON Web Tokens (JWT). This tutorial will help you to implement simple access control into your NodeJS/Express API server. Access control can be defined based on a user's Role (Role-based access control, RBAC), or attribute based access control.