zitadel-rust icon indicating copy to clipboard operation
zitadel-rust copied to clipboard

An implementation of the ZITADEL gRPC API in Rust. Complemented with other useful elements such as ServiceAccount auth.

Results 30 zitadel-rust issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [reqwest](https://redirect.github.com/seanmonstar/reqwest) | dependencies | minor | `0.11.27` -> `0.12.0` | --- ### Release...

dependencies

Issue: https://github.com/smartive/zitadel-rust/issues/542

First of all thanks for this great create! # The Problem Tonic Service Client are designed to be cloned in Multi-Threading/Multiplexing scenarios. There is a section "Multiplexing-Requests" on this in...

> Marvin Attack: potential key recovery through timing sidechannels | Details | | | ------------------- | ---------------------------------------------- | | Package | `rsa` | | Version | `0.9.5` | | URL...

# Draft: Add Optional Support for Rocket-Okapi in `IntrospectedUser` ## Overview This pull request introduces the initial implementation of optional Rocket-Okapi support for the `IntrospectedUser` type within the `zitadel-rust` project....

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pbjson-types](https://togithub.com/influxdata/pbjson) | dependencies | minor | `0.6` -> `0.7` | ---...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [prost](https://togithub.com/tokio-rs/prost) | dependencies | minor | `0.12.4` -> `0.13.0` | |...

dependencies

# Feature Request: Optional Support for Rocket-Okapi Integration in `IntrospectedUser` ## Description I propose integrating the `rocket-okapi` library as an optional feature in the `zitadel-rust` project, specifically by implementing the...

The question is whether it’s better to create a dedicated error struct that implements `JsonSchema` or if we can add this functionality to an existing struct with a feature flag,...

There’s currently a need to add functionality that allows developers to choose whether to use Swagger or RapiDoc as the OpenAPI UI. This is important because the authentication schema in...