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-typescript
To run tests, execute the following command
npm run test
Clone the project
https://github.com/krasamo/keycloak-typescript
Install dependencies
npm install
To generate a build
npm run build
To generate a package from the latest build for local testing
npm run pack
Contributions 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 - - [email protected]
Project Link: https://github.com/krasamo/keycloak-typescript
Frameworks, languages and tools used in this project: