Skip to content

This project is a nestjs implementation of keycloak.

Notifications You must be signed in to change notification settings

renatoaug/nestjs-keycloak

Repository files navigation

Description

This project is a nestjs implementation of keycloak.

Installation

➜ nvm use
➜ npm install

Running the app

Make sure the docker is running:

➜ docker-compose up -d

Then run:

➜ npm run start:dev

Test

➜ npm run test

Additional info

  • To see the GraphQL documentation opens the playground;
  • The authorization token must be sent as a header in the format: Authorization: "Bearer YOUR_ACCESS_TOKEN".

About

This project is a nestjs implementation of keycloak.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published