Crates.io | zitadel |
lib.rs | zitadel |
version | 5.3.2 |
source | src |
created_at | 2022-02-09 12:17:52.467587 |
updated_at | 2024-11-13 00:24:16.45044 |
description | An implementation of ZITADEL API access and authentication in Rust. |
homepage | |
repository | https://github.com/buehler/zitadel-rust |
max_upload_size | |
id | 529673 |
size | 2,270,270 |
This repository contains the gRPC service clients and helpers/credentials/other utilities for ZITADEL.
The following features are present:
There exist a few examples in the examples
directory.
Go there to see the library in action, or head over to the
documentation to see the full API documentation.
After you clone the repository, you need "just" to run
certain tasks. Generating the gRPC clients is done via just generate-grpc
or just
(as it is configured to be the default action for just).
For the generation to complete successfully, you need to have "buf" and the required proto plugins installed.
Required tooling:
protoc-gen-prost
: cargo install protoc-gen-prost
protoc-gen-tonic
: cargo install protoc-gen-tonic
protoc-gen-prost-crate
: cargo install protoc-gen-prost-crate
Installing the tools is also partially available via just install-tools
.