ivandj0h / my-next-cookie-sessions

Next.js cookie session auth with iron-session and server actions. Cookie-based authentication and authorization in Next.js 14 app router.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My NEXTCOOKIE SESSIONS

Getting Started

First, befor run the development server

you need to clone the repository

git clone https://github.com/ivandi1980/my-next-cookie-sessions.git

Then, you need to install the dependencies

bun install

Then, you can run the development server:

bun dev

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

About

Next.js cookie session auth with iron-session and server actions. Cookie-based authentication and authorization in Next.js 14 app router.


Languages

Language:TypeScript 81.7%Language:CSS 16.5%Language:JavaScript 1.8%