데브허브 | DEVHUB | Next.js 15 Tutorial - 89 - Read Session and User Data
Clerk - https://clerk.com/
How to Access User and Session Data in Your Next.js App with Clerk
In this video, we dive into accessing and utilizing user and session data in web applications using the Clerk library. We'll create a dashboard route and demonstrate how to use Auth and CurrentUser helpers to retrieve user information. Additionally, we explore using hooks such as useAuth and useUser in client components to manage user states effectively. Learn how to personalize experiences and maintain functionality across sign-in and sign-out events.
📘 Frontend Interview Course - https://learn.codevolution.dev/
💖 Support UPI - https://support.codevolution.dev/
💖 Support Paypal - https://www.paypal.me/Codevolution
💾 Github - https://github.com/gopinav
📱 Follow Codevolution
Twitter - / codevolutionweb
Facebook - / codevolutionweb
📫 Business - codevolution.business@gmail.com
00:00 Introduction to User and Session Data
00:16 Setting Up the Dashboard Route
00:33 Using Auth and CurrentUser Helpers
01:25 Inspecting Auth and User Objects
02:10 Using useAuth and useUser Hooks in Client Components
02:18 Creating a Counter Component
03:07 Integrating Auth and User Hooks in Counter Component
04:03 Handling User Sign Out in Client Components
04:38 Conclusion and Next Steps