Implementing auth is hard, so use Kinde to make it easy. I'll show you how to add Kinde to your next.js 14 apps so you can manage users within your app.
Go checkout kinde: https://smw.wtf/kinde
code: https://github.com/meech-ward/code-gpt-example/tree/auth
Previous Video: https://youtu.be/4ZhtoOFKFP8
Join this channel to help support me make videos: https://www.youtube.com/channel/UC6aTLuI_j4-0wiDSzmaPctQ/join
Chapters:
- 0:00 Why you need an auth service
- 0:34 What we’re building
- 1:15 Setup Kinde
- 3:36 Add Login Links
- 5:19 Get User
- 7:38 Saving Data for a User
- 9:24 Protecting API Routes
- 11:11 Query data for a user
- 12:30 Summary