Client Side Rendering Usage
This page fetches session data client side using the useSession
React Hook.
It needs the directive at the top of the file to enable client side rendering, and the SessionProvider
component in client-example/page.tsx
to provide the session data.
No session data, please Sign In first.