jwt 0.1.4 copy "jwt: ^0.1.4" to clipboard
jwt: ^0.1.4 copied to clipboard

Dart 1 only

JSON Web Token implemented as a standard Dart codec.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jwt

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

dependencies:
  jwt: ^0.1.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:jwt/base64.dart';
import 'package:jwt/base64url.dart';
import 'package:jwt/json_web_signature.dart';
import 'package:jwt/json_web_token.dart';
0
likes
10
pub points
72%
popularity

Publisher

unverified uploader

JSON Web Token implemented as a standard Dart codec.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

crypto

More

Packages that depend on jwt