A Dart Json Web Token Library
More...
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>', ); }
API reference
unverified uploader
Apache-2.0 (license)
clock, collection, http, json_annotation, meta, pointycastle, rsa_pkcs, ttl_cache
Packages that depend on quickpatch_jwt
Back