selective_disclosure_jwt 1.1.0
selective_disclosure_jwt: ^1.1.0 copied to clipboard
A Dart SDK for working with Selective Disclosure JSON Web Tokens (SD-JWT) following the SD-JWT specification.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add selective_disclosure_jwt
With Flutter:
$ flutter pub add selective_disclosure_jwt
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
selective_disclosure_jwt: ^1.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:selective_disclosure_jwt/selective_disclosure_jwt.dart';