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
- Host: GitHub
- URL: https://github.com/ineat/node-keycloak-tutorials
- Owner: ineat
- Created: 2019-09-27T12:53:47.000Z (about 6 years ago)
- Default Branch: feat/init-project
- Last Pushed: 2019-11-08T13:41:39.000Z (almost 6 years ago)
- Last Synced: 2025-04-12T08:07:00.368Z (6 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```