2026-09-10 16:35:24 +02:00
2026-09-08 15:48:39 +02:00
2026-09-08 15:48:39 +02:00
2026-09-10 16:35:24 +02:00
2026-09-10 13:33:58 +02:00
2026-09-10 13:33:58 +02:00

Demo app

Create a .env file containing

OIDC_CLIENT_ID=<CLIENT ID>
OIDC_CLIENT_SECRET=<CLIENT SECRET>
OIDC_ISSUER=https://auth.example.org
SIGNING_SECRET=<LONG RANDOM STRING>
APP_BASE_URL=https://app.example.org

You can then run the app using

tsc && node --env-file=.env dist/index.js

The app should be served via HTTPS on a reverse proxy.

S
Description
Wrapper on top of Keycloak's Connect library for faster, but less flexible integration
Readme LGPL-3.0
158 KiB
Languages
JavaScript 89.8%
TypeScript 10.1%