Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-01T21:51:35.000Z (4 months ago)
- Last Synced: 2024-11-01T14:04:05.970Z (3 months ago)
- Topics: expressjs, fastify, keycloak, nodejs, oidc, react, scalable
- Language: TypeScript
- Homepage: https://keycloak-connector.dapperduckling.com/
- Size: 2.49 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Security: SECURITY.md
Awesome Lists containing this project
README
[![Documentation](https://github.com/DapperDuckling/keycloak-connector/actions/workflows/deploy.yml/badge.svg)](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`