Linkedin Learning – ASP.NET Core Token-Based Authentication

Linkedin Learning – ASPDotNET Core Token-Based Authentication-XQZT
English | Size: 358.84 MB
Category: ASP.NET


Learn about authentication and authorization, traditional and token-based authentication, and how to set up this new authentication mechanism in .NET Core applications

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.

Skillshare – Understand JWT Build token based Authentication server with JWT

Skillshare – Understand JWT Build token based Authentication server with JWT-XCODE
English | Size: 597.55 MB
Category: Tutorial


JSON Web Token (JWT) is popular and talked about all the time, but what is JWT exactly and what is JWT structure, and how it works. In this course, we will answer these questions and also see how we can use JWT to build a token-based authentication server using Node.js with JWT and see how is that compared to the traditional cookie-based authentication