UNPKG

keycloak-connect-multirealm

Version:

Keycloak Node.js Adapter With Support for multiple realms

8 lines (6 loc) 122 B
const middleware = jest.fn((req, res, next) => { next(); }); module.exports = jest.fn(() => { return middleware; });