Client Side Rendering
This page fetches session data client side using the useSession
React Hook.
It needs the 'use client'
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.
Third-party backend integration
Press the button to send a request to our example backend
. Read more here
Note: This example only works when using the Keycloak provider.
No session data, please Sign In first.