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.
- make sure your local docker machine is running
- curl -fsSL https://raw.githubusercontent.com/logto-io/logto/HEAD/docker-compose.yml | TAG=prerelease docker compose -p logto -f - up
- npm install
- npm run dev
- Login page: http://localhost:3000/
- Logto Auth Page: http://localhost:3001/demo-app
- Admin Auth Admin console: http://localhost:3002/console/get-started
- NextJS App Router