# 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 ```shell cargo add hub1989-protobuf-keycloak ``` ### Java ```xml com.hub1989.keycloak keycloak-proto latest-version ``` ### Golang ```shell go get github.com/hub1989/keycloak-protobuf/golang/keycloak@latest ```