rk_spiffe 0.1.0
rk_spiffe: ^0.1.0 copied to clipboard
SPIFFE identity in pure Dart. Parses and validates spiffe:// IDs and trust domains, and reads X.509-SVID and JWT-SVID documents. Verifies nothing.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add rk_spiffeWith Flutter:
$ flutter pub add rk_spiffeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
rk_spiffe: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:rk_spiffe/rk_spiffe.dart';