Skip to content

🔐 Next.js example code using keycloak as authentication server

Notifications You must be signed in to change notification settings

dev-yoonjung/keycloak-with-next

Repository files navigation

Next.js with Keycloak Example App

typescript nodejs react nextjs

This is a simple project demonstrating how to integrate a Next.js app with Keycloak.

It uses Typescript, taking advantage of the typings provided by next-auth package.

Getting Started

Launch the Keycloak server

$ cd keycloak

$ docker-compose up -d

Start the web client

$ yarn install

$ yarn dev