Another ExpressJS API tutorial for 2021, part 08 — Auth module

Marcos Henrique da Silva
7 min readApr 1, 2020

We reached the part number 8 of how to build an API using ExpressJS and Typescript. Today is time to configure our Authentication and Permission

Hi there, if it is your first time arriving here we are creating a series on how to build an API using ExpressJS and Typescript. The first article can be found here.

--

--