Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smartive/zitadel-dart
Dart library for Zitadel, contains gRPC and API access elements.
https://github.com/smartive/zitadel-dart
api authn authz client dart flutter grpc zitadel
Last synced: about 2 months ago
JSON representation
Dart library for Zitadel, contains gRPC and API access elements.
- Host: GitHub
- URL: https://github.com/smartive/zitadel-dart
- Owner: smartive
- License: apache-2.0
- Created: 2021-05-03T06:25:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T14:32:09.000Z (9 months ago)
- Last Synced: 2024-08-22T23:27:30.791Z (4 months ago)
- Topics: api, authn, authz, client, dart, flutter, grpc, zitadel
- Language: Dart
- Homepage: https://pub.dev/packages/zitadel
- Size: 899 KB
- Stars: 21
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ZITADEL Dart
This is the dart library for ZITADEL and related utilities.
This library contains the compiled and generated [gRPC](https://grpc.io/)
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](https://github.com/smartive/zitadel-dart/tree/main/example) to see implementation
examples for both cases. Also, other examples such as grpc-web
are included in the respective folders.