4 releases
0.0.6 | Nov 24, 2023 |
---|---|
0.0.5 | Sep 9, 2023 |
0.0.4 | Jul 9, 2023 |
#1007 in Development tools
38 downloads per month
145KB
3K
SLoC
Keycloak-protobuf
A simple lib that provides grpc API for keycloak.
You could build your own grpc-service
or use the default service found in `github.com/hub1989/keycloak-grpc-service.
Importing client lib into services
Rust
cargo add hub1989-protobuf-keycloak
Java
<dependency>
<groupId>com.hub1989.keycloak</groupId>
<artifactId>keycloak-proto</artifactId>
<version>latest-version</version>
</dependency>
Golang
go get github.com/hub1989/keycloak-protobuf/golang/keycloak@latest
Dependencies
~4.5–8MB
~129K SLoC