Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`