start_jwt 0.1.0 copy "start_jwt: ^0.1.0" to clipboard
start_jwt: ^0.1.0 copied to clipboard

outdated

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 start_jwt

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

dependencies:
  start_jwt: ^0.1.0

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:start_jwt/base64.dart';
import 'package:start_jwt/base64url.dart';
import 'package:start_jwt/json_web_signature.dart';
import 'package:start_jwt/json_web_token.dart';
2
likes
10
pub points
34%
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, cryptoutils

More

Packages that depend on start_jwt