dev-yoonjung / keycloak-with-next

πŸ” Next.js example code using keycloak as authentication server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ” Next.js example code using keycloak as authentication server


Languages

Language:TypeScript 67.7%Language:CSS 22.2%Language:JavaScript 10.1%