No description, website, or topics provided.
ulrik-s [KEYCLOAK-8663] RTE in enforce when no Auth header
Fixed a bug related to calling enforce without Authorization header.
The enforce function now also correctly returns a promise to the
calling function in the case of no Authorization header.
Latest commit 7750b04 Oct 25, 2018

README.md

Keycloak Node.js Adapter

Build Status Dependency Status Coverage 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.

Reporting security vulnerabilities

If you've found a security vulnerability, please look at the instructions on how to properly report it

Contributing

Please read the contributing guide