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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quickpatch_jwt

With Flutter:

 $ flutter pub add quickpatch_jwt

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

dependencies:
  quickpatch_jwt: ^1.0.0+1

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:quickpatch_jwt/quickpatch_jwt.dart';
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