AI AGENT ADDONS

Nuxt Better Auth

onmax/nuxt-skills

Adding login and signup to your Nuxt app is easier with a special module. This module works with Better Auth to give you ready-made tools. You can protect pages, manage user sessions, and handle authentication on both the client and server.

It includes a useUserSession composable for the browser and requireUserSession for the server. These tools help you check if someone is logged in and redirect them if needed. You can also add extra features like two-factor authentication and admin controls.

This module is still in early development. It is not yet recommended for live projects. Use it for testing and building prototypes.

Add Nuxt Better Auth skill to your workflow

Global

mkdir -p ~/.claude/skills/nuxt-better-auth

Project

mkdir -p .claude/skills/nuxt-better-auth

Source Repository

Stars
685
Forks
34
Watchers
685
Last Push
1 month ago
Created
7 months ago