Skip to content

crunchloop/keycloak-typescript

 
 

Repository files navigation

Keycloak-Typescript

A simple middleware library that simplifies the integration of keycloak with your project

📔 Table of Contents

🌟 About the 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.

🧰 Getting Started

‼️ Prerequisites

  • Install Node JS in your computer Here

⚙️ Installation

In your Node JS project, run the following command to install the package

npm install keycloak-typescript

🧪 Running Tests

To run tests, execute the following command

npm run test

🏃 Run Locally

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

👋 Contributing

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.

⚠️ License

Distributed under the MIT License. See LICENSE for more information.

🤝 Contact

Nestor Sandoval - - lloydna@krasamo.com

Project Link: https://github.com/krasamo/keycloak-typescript

💎 Acknowledgements

Frameworks, languages and tools used in this project:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%