Course Content
Subtitle Guide – Hướng dẫn thêm phụ đề
0/1
02 – Optional React Refresher
0/77
03 – NextJS Essentials (App Router)
0/49
15 – Optional NextJS Summary
0/37
16 – Course Roundup
0/1
Next.js 14 & React – The Complete Guide
About Lesson

This course was recorded with next-auth v3. Currently, the latest version is v4. It generally works the same as shown in the lectures but some imports and method names changed.

Therefore, I recommend that you follow along with v3 for a smooth experience (this command needs to be executed as part of the next lecture):

npm install --save-exact next-auth@3

You can, optionally, also dive into the official v4 migration guide to update your code to next-auth v4, if you want to: https://next-auth.js.org/getting-started/upgrade-v4

Join the conversation