A simple middleware library that simplifies the integration of keycloak with your project
This project introduces a facade designed to simplify the data retrieval and transmission within the context of Keycloak. By offering unified methods for concrete actions, it mitigates the complexities associated with calling multiple endpoints of the Keycloak API for those actions.
- Install Node JS in your computer Here
In your Node JS project, run the following command to install the package
npm install keycloak-typescriptTo run tests, execute the following command
npm run testClone the project
https://github.com/krasamo/keycloak-typescriptInstall dependencies
npm installTo generate a build
npm run buildTo generate a package from the latest build for local testing
npm run packContributions are always welcome!, if you want to contribute, create an issue (if it doesn't exists), fork this repo, and make a pull request when your changes are ready.
Distributed under the MIT License. See LICENSE for more information.
Nestor Sandoval - - lloydna@krasamo.com
Project Link: https://github.com/krasamo/keycloak-typescript
Frameworks, languages and tools used in this project: