Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 526 Bytes

File metadata and controls

15 lines (10 loc) · 526 Bytes
title useSession()
description Access and manage the current user's session in your React application with Clerk's useSession() hook.
sdk chrome-extension, expo, nextjs, react, react-router, tanstack-react-start

The useSession() hook provides access to the current user's Session object, as well as helpers for setting the active session.

Example

Access the Session object