Measured entry

hextaui-auth-session-manager

auth-formminimal-flat

A client-side React card for listing current and other account sessions, with confirmation dialogs for revoking one device or all other devices. It ships as shadcn registry source and expects Tailwind styling, the shadcn utility and UI primitives, Radix dialog infrastructure, and Lucide icons. Session data and revoke behavior come from the host app.

Specimen
Harness screenshot of hextaui-auth-session-manager at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-auth-session-manager at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-auth-session-manager at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for hextaui-auth-session-manager
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal45.2 KB (110.6 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 1m 42s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/blocks/auth/auth-session-manager.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A solid, focused account-security block once its callbacks are wired to real session APIs. It builds and mounts cleanly in the prepared harness, but it needs a shadcn-style setup and does not work as a bare drop-in.

Use it if

  • You need an account security panel that distinguishes the current device from other active sessions.
  • Your app already uses shadcn conventions and can connect revoke callbacks to its authentication backend.
  • You want confirmation dialogs, loading states, empty states, and inline error presentation in one reusable block.

Skip it if

  • You need session discovery or token invalidation included, because this component only renders supplied data and invokes callbacks.
  • Your project uses a different design system and you do not want to adapt shadcn imports, tokens, and primitives.
  • You require localized dates and interface copy without modifying the source, since the formatter and labels are fixed to English.

Install

Installation record for hextaui-auth-session-manager
Declared dependencies@radix-ui/react-alert-dialog, @radix-ui/react-slot, @radix-ui/react-separator
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn project, add the card, button, badge, separator, and alert-dialog primitives; configure the expected import aliases; provide the class-name utility and matching Tailwind theme tokens; install Lucide React and the required Radix packages; then connect session loading and revocation to your backend.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

License
MIT
Record published
2026-08-14

Alternatives

Other published entries for the auth-form pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.