Integrations
DevTools
Inspect auth configuration and manage users/sessions during development.
Use this page when you are debugging auth configuration, sessions, users, or plugin state during development.
This module integrates with Nuxt DevTools out of the box. No configuration needed.
Only available in development mode.
Access
Open Nuxt DevTools (Shift+Option+D / Shift+Alt+D) and click the Auth tab.
Available Tabs
- Config - View auth endpoints, session settings, enabled plugins
- Sessions - Browse and delete active sessions (requires database)
- Users - List and search users (requires database)
- Accounts - View connected OAuth providers per user (requires database)
Troubleshooting
Auth Tab Not Showing
- Ensure you're in development mode (
nuxt dev) - Check that DevTools is enabled in
nuxt.config.ts - Refresh DevTools (right-click panel → Reload)
Session Shows as Empty
- Check browser cookies for the session cookie
- Verify your
server/auth.config.tsis correct - Check the server console for authentication errors