Skip to content

Commit 32bfe2b

Browse files
committed
docs: add devtools integration page
1 parent 9cd2bb0 commit 32bfe2b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: DevTools
3+
description: Inspect auth configuration and manage users/sessions during development.
4+
---
5+
6+
This module integrates with [Nuxt DevTools](https://devtools.nuxt.com/) out of the box. No configuration needed.
7+
8+
## Access
9+
10+
Open Nuxt DevTools and click the **Auth** tab in the sidebar.
11+
12+
## Available Tabs
13+
14+
- **Config** - View auth endpoints, session settings, enabled plugins, and security configuration
15+
- **Sessions** - Browse and delete active sessions (requires NuxtHub DB)
16+
- **Users** - List and search users (requires NuxtHub DB)
17+
- **Accounts** - View connected OAuth providers per user (requires NuxtHub DB)
18+
19+
::callout{icon="i-lucide-info"}
20+
Only available in development mode.
21+
::

0 commit comments

Comments
 (0)