quickpatch_jwt 1.0.0+1 copy "quickpatch_jwt: ^1.0.0+1" to clipboard
quickpatch_jwt: ^1.0.0+1 copied to clipboard

A Dart Json Web Token Library

jwt #

License: MIT

A Dart JWT Library.

import 'package:jwt/jwt.dart' as jwt;

Future<void> main() async {
  // Verify and extract a JWT token.
  final Jwt token = await jwt.verify(
    '<TOKEN>',
    issuer: '<ISSUER>',
    audience: '<AUDIENCE>',
    publicKeysUrl: '<PUBLIC_KEYS_URL>',
  );
}

0
likes
150
points
3
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart Json Web Token Library

License

Apache-2.0 (license)

Dependencies

clock, collection, http, json_annotation, meta, pointycastle, rsa_pkcs, ttl_cache

More

Packages that depend on quickpatch_jwt