/NextAuth

This repository contains the reusable components, hooks,etc required for NextAuth Version 05 that is Auth.JS

Primary LanguageTypeScript

Auth.js - NextAuth v5 Reusable Components and Hooks

Welcome to Auth.js, your repository for reusable components, hooks, and server actions tailored for NextAuth.js version 5!

What's Inside?

  • Custom Components: Ready-to-use React components for authentication UI.
  • Hooks for Authentication: Simplified hooks for handling authentication state.
  • Server Actions: Server-side functions for custom authentication flows.

Features

  • 🚀 Seamless integration with Next.js
  • 🔐 Flexible authentication components
  • 🔄 Easy-to-use hooks for authentication state management
  • ⚙️ Custom server actions for authentication workflows

Installation

To get started, install auth.js via npm or yarn:

npm install auth.js
# or
yarn add auth.js