Authentication built for Nuxt 3! Easily add authentication via OAuth providers, credentials or Email Magic URLs!
nuxt-auth is an open-source authentication module designed for Nuxt 3 applications. It supports both server-side rendered (SSR) and static Nuxt applications. The module provides authentication functionality for any universal Nuxt 3 application by supporting two providers: Auth.js / NextAuth.js and local for static pages with an external backend. It offers a range of features including support for various authentication providers, session management, middleware protection, and a REST API.
useAuth
hook with methods for session retrieval, CSRF token retrieval, provider management, sign-in, and sign-out.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 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.
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.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.