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