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

Dart library for Zitadel, contains gRPC and API access elements.

ZITADEL Dart

This is the dart library for ZITADEL and related utilities.

This library contains the compiled and generated gRPC service clients for the ZITADEL API.

Also it contains helpers to create the service clients to access the API. With two MetadataProvider (accessTokenProvider and serviceAccountProvider), the clients can be created with the correct authentication already in place.

Head over to the examples to see implementation examples for both cases. Also, other examples such as grpc-web are included in the respective folders.