Zitadel.gRPC
5.0.0
This functionality is incorporated in the ZITADEL package.
See the version list below for details.
dotnet add package Zitadel.gRPC --version 5.0.0
NuGet\Install-Package Zitadel.gRPC -Version 5.0.0
<PackageReference Include="Zitadel.gRPC" Version="5.0.0" />
paket add Zitadel.gRPC --version 5.0.0
#r "nuget: Zitadel.gRPC, 5.0.0"
// Install Zitadel.gRPC as a Cake Addin #addin nuget:?package=Zitadel.gRPC&version=5.0.0 // Install Zitadel.gRPC as a Cake Tool #tool nuget:?package=Zitadel.gRPC&version=5.0.0
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.21.7)
- Grpc (>= 2.46.5)
- Grpc.Core (>= 2.46.5)
- Grpc.Net.ClientFactory (>= 2.49.0)
- Grpc.Net.Common (>= 2.49.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,553 | 1/10/2024 | |
5.3.2 | 926 | 1/9/2024 | |
5.3.1 | 2,264 | 1/3/2024 | |
5.3.0 | 3,181 | 12/19/2023 | |
5.2.26 | 13,507 | 10/4/2023 | |
5.2.25 | 5,532 | 9/13/2023 | |
5.2.24 | 964 | 9/8/2023 | |
5.2.23 | 723 | 9/7/2023 | |
5.2.22 | 630 | 9/7/2023 | |
5.2.21 | 1,609 | 8/25/2023 | |
5.2.20 | 2,046 | 8/19/2023 | |
5.2.19 | 1,519 | 8/11/2023 | |
5.2.18 | 1,298 | 8/9/2023 | |
5.2.17 | 727 | 8/8/2023 | |
5.2.16 | 2,425 | 7/17/2023 | |
5.2.15 | 737 | 7/17/2023 | |
5.2.14 | 893 | 7/11/2023 | |
5.2.13 | 1,626 | 7/7/2023 | |
5.2.12 | 824 | 7/5/2023 | |
5.2.11 | 1,325 | 6/24/2023 | |
5.2.10 | 803 | 6/23/2023 | |
5.2.9 | 959 | 6/18/2023 | |
5.2.8 | 7,415 | 5/27/2023 | |
5.2.7 | 1,039 | 5/17/2023 | |
5.2.6 | 960 | 5/9/2023 | |
5.2.5 | 876 | 5/6/2023 | |
5.2.4 | 860 | 5/5/2023 | |
5.2.3 | 3,800 | 4/27/2023 | |
5.2.2 | 923 | 4/22/2023 | |
5.2.1 | 935 | 4/17/2023 | |
5.2.0 | 1,058 | 4/14/2023 | |
5.2.0-prerelease.3 | 103 | 4/14/2023 | |
5.2.0-prerelease.2 | 99 | 4/14/2023 | |
5.2.0-prerelease.1 | 106 | 4/13/2023 | |
5.1.1 | 847 | 4/14/2023 | |
5.1.0 | 845 | 4/13/2023 | |
5.0.32 | 832 | 4/13/2023 | |
5.0.31 | 861 | 4/12/2023 | |
5.0.30 | 1,176 | 3/31/2023 | |
5.0.29 | 889 | 3/26/2023 | |
5.0.28 | 1,771 | 3/16/2023 | |
5.0.27 | 915 | 3/15/2023 | |
5.0.26 | 1,066 | 3/8/2023 | |
5.0.25 | 1,307 | 3/3/2023 | |
5.0.24 | 1,027 | 2/17/2023 | |
5.0.23 | 923 | 2/16/2023 | |
5.0.22 | 950 | 2/15/2023 | |
5.0.21 | 961 | 2/15/2023 | |
5.0.20 | 958 | 2/14/2023 | |
5.0.19 | 955 | 2/10/2023 | |
5.0.18 | 916 | 2/9/2023 | |
5.0.17 | 955 | 2/8/2023 | |
5.0.16 | 2,177 | 1/12/2023 | |
5.0.15 | 1,003 | 1/11/2023 | |
5.0.14 | 1,146 | 1/3/2023 | |
5.0.13 | 1,054 | 12/16/2022 | |
5.0.12 | 1,046 | 12/14/2022 | |
5.0.11 | 1,054 | 12/8/2022 | |
5.0.10 | 1,010 | 12/8/2022 | |
5.0.9 | 1,128 | 12/3/2022 | |
5.0.8 | 1,083 | 12/1/2022 | |
5.0.7 | 1,219 | 11/18/2022 | |
5.0.6 | 1,142 | 11/8/2022 | |
5.0.5 | 1,148 | 10/27/2022 | |
5.0.4 | 1,141 | 10/19/2022 | |
5.0.3 | 1,166 | 10/17/2022 | |
5.0.2 | 1,726 | 10/12/2022 | |
5.0.1 | 1,201 | 10/6/2022 | |
5.0.0 | 1,127 | 10/6/2022 | |
4.0.12 | 1,166 | 9/30/2022 | |
4.0.11 | 1,204 | 9/28/2022 | |
4.0.10 | 1,146 | 9/27/2022 | |
4.0.9 | 1,263 | 9/14/2022 | |
4.0.8 | 1,275 | 9/2/2022 | |
4.0.7 | 1,266 | 8/25/2022 | |
4.0.6 | 1,210 | 8/19/2022 | |
4.0.5 | 1,164 | 8/17/2022 | |
4.0.4 | 1,222 | 8/10/2022 | |
4.0.3 | 1,416 | 7/26/2022 | |
4.0.2 | 1,265 | 7/22/2022 | |
4.0.1 | 1,264 | 7/18/2022 | |
4.0.0 | 1,243 | 7/18/2022 |
# [5.0.0](https://github.com/smartive/zitadel-net/compare/v4.0.12...v5.0.0) (2022-10-06)
### Bug Fixes
* remove gh package repo ([3661599](https://github.com/smartive/zitadel-net/commit/366159968c103ece1e27d6a6f88799601612f58e))
* use correct nuget source ([4e4189f](https://github.com/smartive/zitadel-net/commit/4e4189fc0da360084303294001528bde437a4b88))
### Features
* api access scope and rework service account auth ([#254](https://github.com/smartive/zitadel-net/issues/254)) ([adebffe](https://github.com/smartive/zitadel-net/commit/adebffe282526a1b1981422616404b4f31e37c99))
### BREAKING CHANGES
* The service account token provider
must be created with AuthOptions. The api url must not
be passed twice. However, `ApiAccess = true` must be set
if the grpc client shall be used.
* AuthOptions does not contain `Endpoint`
or `Audience` anymore. This was streamlined to be consistent
and the `ServiceAccount` now requires the `audience` beside
the `AuthOptions`.