/logto-demo

logto demo

Primary LanguageTypeScript

How to Add Secure Auth to Your Next.js 15 Application Using Logto?

Quickly integrate Logto to Next.js 15 for Secure Authentication in under 5 Minutes.


Demo

demologto

Getting Started

The first step is to clone the logto-demo project with a git command.

git clone https://github.com/officialrajdeepsingh/logto-demo

# change folder
cd logto-demo

The next step is to install the Node Package using the Node Package Manager.

pnpm install
# or
yarn install
# or
npm install

Lastly, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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