rk_spiffe 0.1.0 copy "rk_spiffe: ^0.1.0" to clipboard
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_spiffe

With Flutter:

 $ flutter pub add rk_spiffe

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  rk_spiffe: ^0.1.0

Alternatively, 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';
0
likes
160
points
85
downloads

Documentation

API reference

Publisher

verified publisherspherex.kz

Weekly Downloads

SPIFFE identity in pure Dart. Parses and validates spiffe:// IDs and trust domains, and reads X.509-SVID and JWT-SVID documents. Verifies nothing.

Repository (GitHub)
View/report issues
Contributing

Topics

#spiffe #identity #security #x509 #jwt

License

MIT (license)

More

Packages that depend on rk_spiffe