Next.js with Keycloak Example App 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