https://github.com/dapperduckling/keycloak-connector
An opinionated auth library built to secure javascript applications.
https://github.com/dapperduckling/keycloak-connector
expressjs fastify keycloak nodejs oidc react scalable
Last synced: 4 days ago
JSON representation
An opinionated auth library built to secure javascript applications.
- Host: GitHub
- URL: https://github.com/dapperduckling/keycloak-connector
- Owner: DapperDuckling
- License: agpl-3.0
- Created: 2023-05-05T09:25:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T20:55:42.000Z (7 days ago)
- Last Synced: 2025-04-15T21:38:23.367Z (7 days ago)
- Topics: expressjs, fastify, keycloak, nodejs, oidc, react, scalable
- Language: TypeScript
- Homepage: https://keycloak-connector.dapperduckling.com/
- Size: 3.66 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/DapperDuckling/keycloak-connector/actions/workflows/deploy.yml)
# keycloak-connector
An opinionated series of libraries for Node.js applications and frontend clients to interface with keycloak.
Minimum Keycloak version: 21.1.0
[//]: # (### keycloak-connector-client)
[//]: # (`npm install @dapperducklingdev/keycloak-connector-client`)### keycloak-connector-server
`npm install @dapperduckling/keycloak-connector-server`## Plugins
### keycloak-connector-group-auth-plugin
`npm install @dapperduckling/keycloak-connector-group-auth-plugin`### keycloak-connector-cluster-redis
`npm install @dapperduckling/keycloak-connector-cluster-redis`## Dev getting started
`npm i && npm run build -w @dapperduckling/keycloak-connector-common`