hx-natthawat / nextjs-logto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a quick PoC made with a starter template for Learn Next.js.

It will demonstrate the basic user auth workflow using Logto IdP solution.

Steps to deploy the app

  1. make sure your local docker machine is running
  2. curl -fsSL https://raw.githubusercontent.com/logto-io/logto/HEAD/docker-compose.yml | TAG=prerelease docker compose -p logto -f - up
  3. npm install
  4. npm run dev

Things you could try out

TODO:

  • NextJS App Router

About


Languages

Language:JavaScript 93.4%Language:TypeScript 4.9%Language:CSS 1.8%