Egghead.io – JSON Web Token JWT Authentication with Node js and Auth0

Egghead.io – JSON Web Token JWT Authentication with Node js and Auth0-APoLLo
English | Size: 111.27 MB
Category: Tutorial


JSON Web Token (JWT) is a low overhead option for authentication that is easy to implement and scales with your application. There is no need to store session data as everything you need is stored in an encoded string sent in the JWT, significantly reducing database overhead for your servers.