Components
<ActiveSessions />
List every active sign-in session with device hints and revoke or sign out controls.
Usage
Active sessions
import { ActiveSessions } from "@better-auth-ui/heroui"
export function ActiveSessionsDemo() {
return (
<div className="w-full">
<ActiveSessions />
</div>
)
}Props
Prop
Type
Last updated on