Nuxt Auth

screenshot of Nuxt Auth
nuxt
vitepress
prisma

Auth module for Nuxt

Overview

The Nuxt Auth is a comprehensive solution for handling authentication in Nuxt 3 projects. It provides features such as email/password authentication, email verification and password reset flows, OAuth login with platforms like Google and Github, route middleware protection, and more. It is database agnostic and offers various composables for managing authentication operations. The theme also supports custom claims, customizable email templates, user session management, and deployment on platforms like Vercel, Netlify, and Cloudflare.

Features

  • Email/password authentication: Users can authenticate using their email and password.
  • Email verification & password reset flows: The theme allows for email verification and password reset functionalities.
  • OAuth login: Users can log in using their accounts from platforms like Google and Github.
  • Route middleware protection: Routes can be protected using middleware to ensure authorized access.
  • Database agnostic: The theme is built on Prisma and can work with any database.
  • Auth operations via useAuth composable: The useAuth composable provides various functions for performing authentication operations.
  • Auto refresh of access token via useAuthFetch composable: The useAuthFetch composable automatically refreshes the access token to maintain user sessions.
  • Add dynamic custom claims to access token: Custom claims can be added to the access token to provide additional information.
  • Customizable email templates: The email templates used for verification and password reset can be customized.
  • User session management via useAuthSession composable: The useAuthSession composable manages user sessions.
  • Edge deployment on Vercel, Netlify, Cloudflare: The theme can be easily deployed on platforms like Vercel, Netlify, and Cloudflare.
nuxt
Nuxt

nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

vitepress
Vitepress

VitePress is a static site generator designed for creating documentation websites. It offers a lightweight and fast development experience using Vue.js and Markdown, with features such as live-reload, theming, and customizable layout components.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.