MCPcopy Index your code
hub / github.com/divyam234/next-auth-hono-react

github.com/divyam234/next-auth-hono-react @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
16 symbols 63 edges 22 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

The example repository is maintained from a monorepo. Pull Requests should be opened against nextauthjs/next-auth.


NextAuth.js Example App

Open Source. Full Stack. Own Your Data.

  <a href="https://npm.im/next-auth">
    <img alt="npm" src="https://img.shields.io/npm/v/next-auth?color=green&label=next-auth">
  </a>
  <a href="https://bundlephobia.com/result?p=next-auth-example">
    <img src="https://img.shields.io/bundlephobia/minzip/next-auth?label=next-auth" alt="Bundle Size"/>
  </a>
  <a href="https://www.npmtrends.com/next-auth">
    <img src="https://img.shields.io/npm/dm/next-auth?label=next-auth%20downloads" alt="Downloads" />
  </a>
  <a href="https://npm.im/next-auth">
    <img src="https://img.shields.io/badge/npm-TypeScript-blue" alt="TypeScript" />
  </a>

Overview

NextAuth.js is a complete open source authentication solution.

This is an example application that shows how next-auth is applied to a basic Next.js app.

The deployed version can be found at next-auth-example.vercel.app

About NextAuth.js

NextAuth.js is an easy to implement, full-stack (client/server) open source authentication library originally designed for Next.js and Serverless. Our goal is to support even more frameworks in the future.

Go to next-auth.js.org for more information and documentation.

NextAuth.js is not officially associated with Vercel or Next.js.

Getting Started

1. Clone the repository and install dependencies

git clone https://github.com/nextauthjs/next-auth-example.git
cd next-auth-example
npm install

2. Configure your local environment

Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):

cp .env.local.example .env.local

Add details for one or more providers (e.g. Google, Twitter, GitHub, Email, etc).

Database

A database is needed to persist user accounts and to support email sign in. However, you can still use NextAuth.js for authentication without a database by using OAuth for authentication. If you do not specify a database, JSON Web Tokens will be enabled by default.

You can skip configuring a database and come back to it later if you want.

For more information about setting up a database, please check out the following links:

3. Configure Authentication Providers

  1. Review and update options in auth.ts as needed.

  2. When setting up OAuth, in the developer admin page for each of your OAuth services, you should configure the callback URL to use a callback path of {server}/api/auth/callback/{provider}.

e.g. For Google OAuth you would use: http://localhost:3000/api/auth/callback/google

A list of configured providers and their callback URLs is available from the endpoint api/auth/providers. You can find more information at https://authjs.dev/getting-started/providers/oauth-tutorial

  1. You can also choose to specify an SMTP server for passwordless sign in via email.

4. Start the application

To run your site locally, use:

npm run dev

To run it in production mode, use:

npm run build
npm run start

5. Preparing for Production

Follow the Deployment documentation

Acknowledgements

Powered By Vercel

Thanks to Vercel sponsoring this project by allowing it to be deployed for free for the entire NextAuth.js Team

License

ISC

Extension points exported contracts — how you extend this code

CustomLinkProps (Interface)
(no doc)
components/custom-link.tsx
InputProps (Interface)
(no doc)
components/ui/input.tsx
ButtonProps (Interface)
(no doc)
components/ui/button.tsx

Core symbols most depended-on inside this repo

cn
called by 22
lib/utils.ts
UpdateForm
called by 0
components/client-example.tsx
ClientExample
called by 0
components/client-example.tsx
SessionData
called by 0
components/session-data.tsx
Footer
called by 0
components/footer.tsx
Layout
called by 0
components/layout.tsx
Header
called by 0
components/header.tsx
UserButton
called by 0
components/user-button.tsx

Shape

Function 13
Interface 3

Languages

TypeScript100%

Modules by API surface

components/custom-link.tsx2 symbols
components/client-example.tsx2 symbols
lib/utils.ts1 symbols
components/user-button.tsx1 symbols
components/ui/input.tsx1 symbols
components/ui/dropdown-menu.tsx1 symbols
components/ui/button.tsx1 symbols
components/session-data.tsx1 symbols
components/main-nav.tsx1 symbols
components/layout.tsx1 symbols
components/header.tsx1 symbols
components/footer.tsx1 symbols

For agents

$ claude mcp add next-auth-hono-react \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact