Loading Clerk SSR demo…
This page demonstrates Clerk authentication during server-side rendering and includes a DeckChannel demo for secure iframe-parent communication. Perfect for testing embedded applications and messaging functionality.
await auth() -> { userId: null, sessionId: null, orgId: null } await currentUser() -> null
After you sign in, refresh this page to see your live data.
Interactive demo of secure iframe-parent communication using the DeckChannel API. Test error reporting and height adjustment functionality.
Connection status: Not connected
This demo shows how the DeckChannel API enables secure communication between iframe content and parent frames.