nuxt-auth-utils

Solid

Use when implementing auth in Nuxt apps with nuxt-auth-utils - provides useUserSession composable, OAuth handlers, cookie-based sessions, and route protection. Works on all deployment targets without DB dependency.

Web & Frontend 45 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- ๐Ÿ”’ LOCKED โ€” managed by clade ยท auto-generated by sync-to-codex; edit source in .claude/ then re-run sync --> # Nuxt Auth Utils Cookie-based authentication module for Nuxt. No database required for session storage โ€” sessions are encrypted and stored in cookies. ## When to Use - Installing/configuring `nuxt-auth-utils` - Implementing OAuth login flows (Google, GitHub, etc.) - Protecting routes (client and server) - Accessing user session in API routes - Setting up session types **For Nuxt patterns:** use `nuxt` skill **For better-auth (DB-based auth):** use `nuxt-better-auth` skill ## Available Guidance | File | Topics | | ---------------------------------------------------------- | ------------------------------------------------------------------ | | **[references/client-auth.md](references/client-auth.md)** | useUserSession, OAuth login, logout, session state | | **[references/server-auth.md](references/server-auth.md)** | requireUserSession, getUserSession, setUserSession, OAuth handlers | ## Loading Files - [ ] [references/client-auth.md](references/client-auth.md) - if building login/logout flows - [ ] [references/server-auth.md](references/server-auth.md) - if protecting API routes or setting up OAuth handlers **DO NOT load all files at once.** Load only what's relevant to your current task. ## Key Concepts | Concept ...

Details

Author
YuDefine
Repository
YuDefine/nuxt-supabase-starter
Created
7 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content โ€” not just same category