Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Keycloak Quickstarts | 1,609 | 5 days ago | 19 | apache-2.0 | Java | |||||
Keycloak Nodejs Connect | 606 | 134 | 71 | 17 days ago | 86 | June 24, 2022 | 61 | apache-2.0 | JavaScript | |
Gps Tracking Nodejs | 218 | 14 | 5 | 2 years ago | 20 | October 27, 2017 | 11 | mit | JavaScript | |
Let you work with some GPS trackers that connects through tcp. | ||||||||||
Gps Tracking Emulator | 31 | 8 years ago | 2 | JavaScript | ||||||
GPS Tracker Emulator | ||||||||||
Delta | 19 | 5 years ago | 9 | mit | Ruby | |||||
Yet another changes tracker/auditor for Rails' ActiveRecord. | ||||||||||
Dm Pivotal Tracker | 9 | 15 years ago | Ruby | |||||||
A DataMapper adapter for Pivotal Tracker (http://pivotaltracker.com) | ||||||||||
Error Tracker Adapter | 7 | 1 | 1 | 8 years ago | 2 | February 23, 2015 | mit | PHP | ||
Track errors and exceptions through the most popular SaaS platforms | ||||||||||
Collective.watcherlist | 5 | 12 | 1 | 4 years ago | 10 | April 26, 2018 | 2 | Python | ||
Peaviz | 4 | 6 years ago | 5 | mit | Python | |||||
Python Evolutionary Algorithm Visualisation toolkit on DEAP | ||||||||||
Nw Electron Adapter | 3 | 3 years ago | 1 | mit | JavaScript | |||||
An adapter for Electron's API inside NW.js |
Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.
The quickstarts herein provided demonstrate securing applications with Keycloak using different programming languages (and frameworks) and how to extend the server capabilities through a set of Java-based Service Provider Interfaces(SPI). They provide small, specific, working examples that can be used as a reference for your own project.
They are organized in this repository under different categories (or directories) as follows:
Category | Description |
---|---|
extension | Examples about how to extend the server capabilities using some of the Keycloak SPIs. |
jakarta | Examples about how secure Jakarta Applications |
js | Examples about how to secure JavaScript Applications |
nodejs | Examples about how to secure NodeJS Applications |
spring | Examples about how to secure Spring Applications |
For any missing programming language and framework, you might want to consider looking at:
We are happy to accept contributions for any reference that demonstrates how to integrate Keycloak with additional programming languages or frameworks.
First clone the Keycloak repository:
git clone https://github.com/keycloak/keycloak-quickstarts.git
cd keycloak-quickstarts
Each quickstart provides its own documentation with the steps you need to follow in order to build, test, and run the example.
Look at the README.md
file at the root of a quickstart for more details.
If you've found a security vulnerability, please look at the instructions on how to properly report it
If you believe you have discovered a defect in Keycloak, please open an issue. Please remember to provide a good summary, description as well as steps to reproduce the issue.
Before contributing to this repository, please read our contributing guidelines.