An open API service indexing awesome lists of open source software.

https://github.com/ineat/node-keycloak-tutorials

Demonstrate how to securise a Node API with Keycloak
https://github.com/ineat/node-keycloak-tutorials

Last synced: 6 months ago
JSON representation

Demonstrate how to securise a Node API with Keycloak

Awesome Lists containing this project

README

          

# NodeJS / Keycloak Tutorials

This is a sandbox / sample project to illustrate the
[Keycloak series](http://blog.ineat-conseil.fr/2019/09/creer-une-api-node-js-et-la-securiser-avec-keycloak/)

## How to start

> Start your Keycloak server before running the app
>
> - How to install & start Keycloak : http://blog.ineat-conseil.fr/2017/11/securisez-vos-apis-spring-avec-keycloak-1-installation-de-keycloak/
> - How to create a realm for this sample project : http://blog.ineat-conseil.fr/2017/11/securisez-vos-apis-spring-avec-keycloak-2-parametrage-dun-domaine-keycloak/

```shell
# install dependencies
yarn install (or npm install)

# start project
npm run start
```