TypeScriptReact
I've been using Better Auth in my projects and kept running into the same friction. Creating test users, switching between accounts, testing different roles. It's all manual and slow.
So I built better-auth-devtools.
It's a devtool for local auth scenario testing. It gives you managed test users, instant session switching, session inspection, and a React panel for approved session-field edits.
What it does
- Quick user creation without touching the database
- Account switching between test users in one click
- Role switching for RBAC testing
- Session editing and inspection
It's been helping me a lot in my daily work. Featured in the Better Auth community plugins.