Zitadel.gRPC 5.3.3

Suggested Alternatives

Zitadel

Additional Details

This functionality is incorporated in the ZITADEL package.

dotnet add package Zitadel.gRPC --version 5.3.3
                    
NuGet\Install-Package Zitadel.gRPC -Version 5.3.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Zitadel.gRPC" Version="5.3.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zitadel.gRPC" Version="5.3.3" />
                    
Directory.Packages.props
<PackageReference Include="Zitadel.gRPC" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Zitadel.gRPC --version 5.3.3
                    
#r "nuget: Zitadel.gRPC, 5.3.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Zitadel.gRPC&version=5.3.3
                    
Install Zitadel.gRPC as a Cake Addin
#tool nuget:?package=Zitadel.gRPC&version=5.3.3
                    
Install Zitadel.gRPC as a Cake Tool

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 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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 7,128 1/10/2024 5.3.3 is deprecated because it is no longer maintained.
5.3.2 944 1/9/2024 5.3.2 is deprecated because it is no longer maintained.
5.3.1 2,303 1/3/2024 5.3.1 is deprecated because it is no longer maintained.
5.3.0 3,949 12/19/2023 5.3.0 is deprecated because it is no longer maintained.
5.2.26 15,535 10/4/2023 5.2.26 is deprecated because it is no longer maintained.
5.2.25 5,547 9/13/2023 5.2.25 is deprecated because it is no longer maintained.
5.2.24 980 9/8/2023 5.2.24 is deprecated because it is no longer maintained.
5.2.23 737 9/7/2023 5.2.23 is deprecated because it is no longer maintained.
5.2.22 643 9/7/2023 5.2.22 is deprecated because it is no longer maintained.
5.2.21 1,623 8/25/2023 5.2.21 is deprecated because it is no longer maintained.
5.2.20 2,058 8/19/2023 5.2.20 is deprecated because it is no longer maintained.
5.2.19 1,531 8/11/2023 5.2.19 is deprecated because it is no longer maintained.
5.2.18 1,314 8/9/2023 5.2.18 is deprecated because it is no longer maintained.
5.2.17 752 8/8/2023 5.2.17 is deprecated because it is no longer maintained.
5.2.16 2,440 7/17/2023 5.2.16 is deprecated because it is no longer maintained.
5.2.15 753 7/17/2023 5.2.15 is deprecated because it is no longer maintained.
5.2.14 911 7/11/2023 5.2.14 is deprecated because it is no longer maintained.
5.2.13 1,639 7/7/2023 5.2.13 is deprecated because it is no longer maintained.
5.2.12 840 7/5/2023 5.2.12 is deprecated because it is no longer maintained.
5.2.11 1,340 6/24/2023 5.2.11 is deprecated because it is no longer maintained.
5.2.10 816 6/23/2023 5.2.10 is deprecated because it is no longer maintained.
5.2.9 974 6/18/2023 5.2.9 is deprecated because it is no longer maintained.
5.2.8 7,433 5/27/2023 5.2.8 is deprecated because it is no longer maintained.
5.2.7 1,060 5/17/2023 5.2.7 is deprecated because it is no longer maintained.
5.2.6 981 5/9/2023 5.2.6 is deprecated because it is no longer maintained.
5.2.5 899 5/6/2023 5.2.5 is deprecated because it is no longer maintained.
5.2.4 881 5/5/2023 5.2.4 is deprecated because it is no longer maintained.
5.2.3 3,830 4/27/2023 5.2.3 is deprecated because it is no longer maintained.
5.2.2 944 4/22/2023 5.2.2 is deprecated because it is no longer maintained.
5.2.1 955 4/17/2023 5.2.1 is deprecated because it is no longer maintained.
5.2.0 1,078 4/14/2023 5.2.0 is deprecated because it is no longer maintained.
5.2.0-prerelease.3 120 4/14/2023 5.2.0-prerelease.3 is deprecated because it is no longer maintained.
5.2.0-prerelease.2 117 4/14/2023 5.2.0-prerelease.2 is deprecated because it is no longer maintained.
5.2.0-prerelease.1 123 4/13/2023 5.2.0-prerelease.1 is deprecated because it is no longer maintained.
5.1.1 868 4/14/2023 5.1.1 is deprecated because it is no longer maintained.
5.1.0 870 4/13/2023 5.1.0 is deprecated because it is no longer maintained.
5.0.32 854 4/13/2023 5.0.32 is deprecated because it is no longer maintained.
5.0.31 881 4/12/2023 5.0.31 is deprecated because it is no longer maintained.
5.0.30 1,195 3/31/2023 5.0.30 is deprecated because it is no longer maintained.
5.0.29 910 3/26/2023 5.0.29 is deprecated because it is no longer maintained.
5.0.28 1,790 3/16/2023 5.0.28 is deprecated because it is no longer maintained.
5.0.27 935 3/15/2023 5.0.27 is deprecated because it is no longer maintained.
5.0.26 1,103 3/8/2023 5.0.26 is deprecated because it is no longer maintained.
5.0.25 1,327 3/3/2023 5.0.25 is deprecated because it is no longer maintained.
5.0.24 1,051 2/17/2023 5.0.24 is deprecated because it is no longer maintained.
5.0.23 946 2/16/2023 5.0.23 is deprecated because it is no longer maintained.
5.0.22 971 2/15/2023 5.0.22 is deprecated because it is no longer maintained.
5.0.21 981 2/15/2023 5.0.21 is deprecated because it is no longer maintained.
5.0.20 980 2/14/2023 5.0.20 is deprecated because it is no longer maintained.
5.0.19 976 2/10/2023 5.0.19 is deprecated because it is no longer maintained.
5.0.18 939 2/9/2023 5.0.18 is deprecated because it is no longer maintained.
5.0.17 978 2/8/2023 5.0.17 is deprecated because it is no longer maintained.
5.0.16 2,201 1/12/2023 5.0.16 is deprecated because it is no longer maintained.
5.0.15 1,027 1/11/2023 5.0.15 is deprecated because it is no longer maintained.
5.0.14 1,169 1/3/2023 5.0.14 is deprecated because it is no longer maintained.
5.0.13 1,078 12/16/2022 5.0.13 is deprecated because it is no longer maintained.
5.0.12 1,069 12/14/2022 5.0.12 is deprecated because it is no longer maintained.
5.0.11 1,079 12/8/2022 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,033 12/8/2022 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,152 12/3/2022 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,106 12/1/2022 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,243 11/18/2022 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,166 11/8/2022 5.0.6 is deprecated because it is no longer maintained.
5.0.5 1,172 10/27/2022 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,164 10/19/2022 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,192 10/17/2022 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,749 10/12/2022 5.0.2 is deprecated because it is no longer maintained.
5.0.1 1,226 10/6/2022 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,156 10/6/2022 5.0.0 is deprecated because it is no longer maintained.
4.0.12 1,192 9/30/2022 4.0.12 is deprecated because it is no longer maintained.
4.0.11 1,229 9/28/2022 4.0.11 is deprecated because it is no longer maintained.
4.0.10 1,170 9/27/2022 4.0.10 is deprecated because it is no longer maintained.
4.0.9 1,292 9/14/2022 4.0.9 is deprecated because it is no longer maintained.
4.0.8 1,300 9/2/2022 4.0.8 is deprecated because it is no longer maintained.
4.0.7 1,294 8/25/2022 4.0.7 is deprecated because it is no longer maintained.
4.0.6 1,237 8/19/2022 4.0.6 is deprecated because it is no longer maintained.
4.0.5 1,190 8/17/2022 4.0.5 is deprecated because it is no longer maintained.
4.0.4 1,245 8/10/2022 4.0.4 is deprecated because it is no longer maintained.
4.0.3 1,462 7/26/2022 4.0.3 is deprecated because it is no longer maintained.
4.0.2 1,292 7/22/2022 4.0.2 is deprecated because it is no longer maintained.
4.0.1 1,291 7/18/2022 4.0.1 is deprecated because it is no longer maintained.
4.0.0 1,272 7/18/2022 4.0.0 is deprecated because it is no longer maintained.

'## [5.3.3](https://github.com/smartive/zitadel-net/compare/v5.3.2...v5.3.3) (2024-01-10)


### Bug Fixes

* **deps:** update dependency google.protobuf to v3.25.2 ([8e83d83](https://github.com/smartive/zitadel-net/commit/8e83d8372532554013fa543d13882f4da4d64304))



'