# atinux/nuxt-auth-utils

Add Authentication to Nuxt applications with secured & sealed cookies sessions.

Repository: https://github.com/atinux/nuxt-auth-utils
Canonical: https://ross.abutalabs.com/products/nuxt-auth-utils
Language: TypeScript
License: MIT
License Family: permissive
Topics: authentication, nuxt, nuxt-auth, nuxt-module
Last push: 2026-08-04T13:58:12+00:00

## Health v2 (maintenance only)
Score: 92/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 96, longevity 74
- inputs: {"age_days": 1041, "days_push": 29, "days_rel": 29, "gap_med": 6, "n_releases_24m": 40}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1589, forks 189 (observed 2026-08-28T04:05:08.453815+00:00)

## What it is
A Nuxt module that adds authentication to Nuxt applications using secured and sealed cookie sessions. It supports 40+ OAuth providers, password hashing, WebAuthn passkeys, and a useUserSession() Vue composable.

## Use cases
- add authentication to a Nuxt app
- OAuth login with GitHub or Google in Nuxt
- manage user sessions with sealed cookies
- implement passkey login with WebAuthn
- protect server API routes in Nuxt
- access current user session in Vue components

## When to choose
- you are building a Nuxt app with a server (nuxt build) and need auth
- you want OAuth, passkeys, or password-based login with minimal dependencies
- you need SSR/CSR/hybrid-rendering-compatible sessions

## When to avoid
- your site is statically generated with nuxt generate (no server)
- you are not using Nuxt or Vue
- you need a full identity provider with user management UI

## Facets
- artifact type: plugin
- maturity: active
- function: auth, middleware, websocket
- domain: web-development, security, frontend, backend
- platform: -
- tags: nuxt-module, oauth, passkeys, session-cookies, vue, nodejs, deno, web-server, typescript

## Member repositories
- atinux/nuxt-auth-utils (main) score 92

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:08.453815+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:54:50.178907+00:00, confidence not recorded.
  - readme: https://github.com/atinux/nuxt-auth-utils (fetched 2026-08-28T04:05:08.453815+00:00, sha 1124b7f3179e)
  - registry_npm: https://registry.npmjs.org/nuxt-auth-utils (fetched 2026-08-29T11:25:46.012381+00:00, sha 0954ccb74aa3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
