User Authentication
In this episode we are going to create user authentication for our Next.js and Strapi website using JSON Web Tokens or JWT.
In this a bit longer episode we are going to take a look at user authentication that comes with Strapi, and we are going to learn how to implement it into our Next.js app. This is not very hard to do once you undertand the logic behind it and learn how to use JWT (JSON Web Tokens) for authenticating your users.