dpop_client 2.0.0 copy "dpop_client: ^2.0.0" to clipboard
dpop_client: ^2.0.0 copied to clipboard

DPoP proof JWTs for Dart (RFC 9449) — ES256 key handling, PEM storage, JWK thumbprints, access-token binding and server-supplied nonces.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dpop_client

With Flutter:

 $ flutter pub add dpop_client

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

dependencies:
  dpop_client: ^2.0.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:dpop_client/dpop_client.dart';
1
likes
160
points
156
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

DPoP proof JWTs for Dart (RFC 9449) — ES256 key handling, PEM storage, JWK thumbprints, access-token binding and server-supplied nonces.

Repository (GitHub)
View/report issues

Topics

#dpop #oauth2 #jwt #authentication #security

License

MIT (license)

Dependencies

asn1lib, crypto, dart_jsonwebtoken, pointycastle, uuid

More

Packages that depend on dpop_client