Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Next.js App Router example #2103

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ImBIOS
Copy link

@ImBIOS ImBIOS commented Mar 30, 2025

Description

This PR adds a new example application using Next.js App Router. It demonstrates how to use Hanko authentication with the newer App Router architecture in Next.js.

Changes made:

  • Created a new Next.js App Router example in /frontend/examples/nextjs-app/
  • Updated the main README to list the new example
  • Created a Docker Compose configuration for the App Router example in deploy/docker-compose/todo-nextjs-app.yaml

Features:

  • Uses the modern App Router architecture from Next.js
  • 'use client' directives for client components
  • Same functionality as the Pages Router example, but with updated architecture
  • Simplified routing and layout structure

Testing:

The app can be tested by running:

docker compose -f deploy/docker-compose/base.yaml -f deploy/docker-compose/todo-nextjs-app.yaml -p "hanko-todo-nextjs-app" up --build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

Successfully merging this pull request may close these issues.

1 participant