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.
$ cd keycloak
$ docker-compose up -d
$ yarn install
$ yarn dev
π Next.js example code using keycloak as authentication server
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.
$ cd keycloak
$ docker-compose up -d
$ yarn install
$ yarn dev
π Next.js example code using keycloak as authentication server