Zitadel.gRPC
5.0.29
This functionality is incorporated in the ZITADEL package.
See the version list below for details.
dotnet add package Zitadel.gRPC --version 5.0.29
NuGet\Install-Package Zitadel.gRPC -Version 5.0.29
<PackageReference Include="Zitadel.gRPC" Version="5.0.29" />
paket add Zitadel.gRPC --version 5.0.29
#r "nuget: Zitadel.gRPC, 5.0.29"
// Install Zitadel.gRPC as a Cake Addin #addin nuget:?package=Zitadel.gRPC&version=5.0.29 // Install Zitadel.gRPC as a Cake Tool #tool nuget:?package=Zitadel.gRPC&version=5.0.29
ZITADEL gRPC
This library contains the compiled gRPC client definitions of ZITADEL. The original protos reside in the ZITADEL repository and are included via git submodules.
All protos from the source repository are built within this library. However, this package only contains the compiled protos and no further implementation or convenience methods. To access those, head over to the ZITADEL package.
To use the bare gRPC client, import the Zitadel.Grpc
package
into your project.
The code below shows an example on how to use the bare gRPC clients to access the ZITADEL API:
var accessToken = "fetch it somehow";
var channel = GrpcChannel.ForAddress("https://my-zitadel-api.com");
var client = new AuthService.AuthServiceClient(channel);
var result = await client.GetMyUserAsync(
new(),
new Metadata { { "Authorization", $"Bearer {accessToken}" } });
Console.WriteLine($"User: {result.User}");
All other clients/calls are documented in the ZITADEL docs.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Google.Protobuf (>= 3.22.1)
- Grpc (>= 2.46.6)
- Grpc.Core (>= 2.46.6)
- Grpc.Net.ClientFactory (>= 2.52.0)
- Grpc.Net.Common (>= 2.52.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
5.3.3 | 6,480 | 1/10/2024 | |
5.3.2 | 921 | 1/9/2024 | |
5.3.1 | 2,258 | 1/3/2024 | |
5.3.0 | 3,069 | 12/19/2023 | |
5.2.26 | 13,188 | 10/4/2023 | |
5.2.25 | 5,510 | 9/13/2023 | |
5.2.24 | 963 | 9/8/2023 | |
5.2.23 | 722 | 9/7/2023 | |
5.2.22 | 629 | 9/7/2023 | |
5.2.21 | 1,608 | 8/25/2023 | |
5.2.20 | 2,045 | 8/19/2023 | |
5.2.19 | 1,518 | 8/11/2023 | |
5.2.18 | 1,296 | 8/9/2023 | |
5.2.17 | 725 | 8/8/2023 | |
5.2.16 | 2,421 | 7/17/2023 | |
5.2.15 | 736 | 7/17/2023 | |
5.2.14 | 891 | 7/11/2023 | |
5.2.13 | 1,624 | 7/7/2023 | |
5.2.12 | 822 | 7/5/2023 | |
5.2.11 | 1,323 | 6/24/2023 | |
5.2.10 | 801 | 6/23/2023 | |
5.2.9 | 957 | 6/18/2023 | |
5.2.8 | 7,413 | 5/27/2023 | |
5.2.7 | 1,037 | 5/17/2023 | |
5.2.6 | 958 | 5/9/2023 | |
5.2.5 | 874 | 5/6/2023 | |
5.2.4 | 857 | 5/5/2023 | |
5.2.3 | 3,788 | 4/27/2023 | |
5.2.2 | 922 | 4/22/2023 | |
5.2.1 | 934 | 4/17/2023 | |
5.2.0 | 1,056 | 4/14/2023 | |
5.2.0-prerelease.3 | 101 | 4/14/2023 | |
5.2.0-prerelease.2 | 97 | 4/14/2023 | |
5.2.0-prerelease.1 | 104 | 4/13/2023 | |
5.1.1 | 845 | 4/14/2023 | |
5.1.0 | 843 | 4/13/2023 | |
5.0.32 | 830 | 4/13/2023 | |
5.0.31 | 859 | 4/12/2023 | |
5.0.30 | 1,174 | 3/31/2023 | |
5.0.29 | 888 | 3/26/2023 | |
5.0.28 | 1,770 | 3/16/2023 | |
5.0.27 | 914 | 3/15/2023 | |
5.0.26 | 1,064 | 3/8/2023 | |
5.0.25 | 1,306 | 3/3/2023 | |
5.0.24 | 1,025 | 2/17/2023 | |
5.0.23 | 919 | 2/16/2023 | |
5.0.22 | 948 | 2/15/2023 | |
5.0.21 | 959 | 2/15/2023 | |
5.0.20 | 954 | 2/14/2023 | |
5.0.19 | 953 | 2/10/2023 | |
5.0.18 | 914 | 2/9/2023 | |
5.0.17 | 954 | 2/8/2023 | |
5.0.16 | 2,176 | 1/12/2023 | |
5.0.15 | 1,001 | 1/11/2023 | |
5.0.14 | 1,143 | 1/3/2023 | |
5.0.13 | 1,053 | 12/16/2022 | |
5.0.12 | 1,041 | 12/14/2022 | |
5.0.11 | 1,053 | 12/8/2022 | |
5.0.10 | 1,009 | 12/8/2022 | |
5.0.9 | 1,126 | 12/3/2022 | |
5.0.8 | 1,082 | 12/1/2022 | |
5.0.7 | 1,216 | 11/18/2022 | |
5.0.6 | 1,141 | 11/8/2022 | |
5.0.5 | 1,147 | 10/27/2022 | |
5.0.4 | 1,140 | 10/19/2022 | |
5.0.3 | 1,164 | 10/17/2022 | |
5.0.2 | 1,724 | 10/12/2022 | |
5.0.1 | 1,199 | 10/6/2022 | |
5.0.0 | 1,126 | 10/6/2022 | |
4.0.12 | 1,164 | 9/30/2022 | |
4.0.11 | 1,202 | 9/28/2022 | |
4.0.10 | 1,145 | 9/27/2022 | |
4.0.9 | 1,261 | 9/14/2022 | |
4.0.8 | 1,271 | 9/2/2022 | |
4.0.7 | 1,264 | 8/25/2022 | |
4.0.6 | 1,208 | 8/19/2022 | |
4.0.5 | 1,163 | 8/17/2022 | |
4.0.4 | 1,220 | 8/10/2022 | |
4.0.3 | 1,411 | 7/26/2022 | |
4.0.2 | 1,263 | 7/22/2022 | |
4.0.1 | 1,262 | 7/18/2022 | |
4.0.0 | 1,242 | 7/18/2022 |
## [5.0.29](https://github.com/smartive/zitadel-net/compare/v5.0.28...v5.0.29) (2023-03-26)
### Bug Fixes
* **deps:** update dependency grpc.tools to v2.53.0 ([#456](https://github.com/smartive/zitadel-net/issues/456)) ([f27051a](https://github.com/smartive/zitadel-net/commit/f27051a0435bcc10645c8072f0b66c3ea656352e))