Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 967 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 967 Bytes

Keycloak Node.js Adapter

Build Status Dependency Status

Keycloak is a standalone authentication server, akin to a standalone database. It provides hooks for federated authentication, including authenticating against various social networks and OAuth providers (G+, Facebook, etc).

This module makes it simple to implement a Node.js Connect-friendly application that uses Keycloak for its authentication and authorization needs. For usage instructions, please read the documentation.

Contributing

Please read the contributing guide