Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 757 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 757 Bytes

This is a Next.js App Router using Next-Auth. There are many examples such as server session, protected route, server action, api from client and api from server.

Getting Started

First, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Next Auth Flow

Next Auth Flow

Routes

References