This project is a nestjs implementation of keycloak.
➜ nvm use
➜ npm install
Make sure the docker is running:
➜ docker-compose up -d
Then run:
➜ npm run start:dev
➜ npm run test
- 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"
.