User Authentication With NextAuth
In this episode we are going to implement login functionality to our Next.js and Directus app using NextAuth package.
We are also going to add user area page that will only be accessible to authenticated users. NextAuth is going to make this pretty simple for us to implement as you will see.