Skip to content

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

License

Notifications You must be signed in to change notification settings

smartive/zitadel-dart

Repository files navigation

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.