#grpc-client #grpc #oidc #clients #api-client

zitadel

An implementation of ZITADEL API access and authentication in Rust

118 stable releases

new 4.2.2 Mar 24, 2024
4.0.5 Feb 7, 2024
3.5.1 Jan 23, 2024
3.4.29 Oct 21, 2023
1.0.1 Mar 23, 2022

#42 in Authentication

Download history 31/week @ 2023-12-05 124/week @ 2023-12-12 14/week @ 2023-12-19 23/week @ 2023-12-26 115/week @ 2024-01-02 61/week @ 2024-01-09 35/week @ 2024-01-16 30/week @ 2024-01-23 31/week @ 2024-01-30 25/week @ 2024-02-06 37/week @ 2024-02-13 101/week @ 2024-02-20 108/week @ 2024-02-27 309/week @ 2024-03-05 639/week @ 2024-03-12 760/week @ 2024-03-19

1,839 downloads per month

MIT/Apache

2MB
42K SLoC

ZITADEL for Rust   Crates.io docs.rs Crates.io Crates.io

This repository contains the gRPC service clients and helpers/credentials/other utilities for ZITADEL.

The following features are present:

  • API clients for communication with the ZITADEL API (calling gRPC methods)
  • Credentials support for the API clients (access token and service account interceptors)
  • OIDC Introspection support for rocket
  • OIDC Introspection support for axum

Example

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.

Development

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:

  • just
  • buf
  • protoc
  • 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.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the package by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~0–42MB
~652K SLoC