selective_disclosure_jwt 1.1.0 copy "selective_disclosure_jwt: ^1.1.0" to clipboard
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';
14
likes
160
points
2.27k
downloads

Publisher

verified publisheraffinidi.com

Weekly Downloads

A Dart SDK for working with Selective Disclosure JSON Web Tokens (SD-JWT) following the SD-JWT specification.

Repository (GitHub)
View/report issues
Contributing

Topics

#jwt #sd-jwt #selective-disclosure #cryptography #authentication

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

convert, crypto, dart_jsonwebtoken, equatable, meta, rfc_6901, uuid

More

Packages that depend on selective_disclosure_jwt