ivmjwt 0.1.5 copy "ivmjwt: ^0.1.5" to clipboard
ivmjwt: ^0.1.5 copied to clipboard

This library is designed to work with JWT (RFC7519). The primerary purpose is issue and verify tokens signed RSA (SHA-256)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ivmjwt

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

dependencies:
  ivmjwt: ^0.1.5

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:ivmjwt/ivmjwt.dart';
0
likes
40
pub points
0%
popularity

Publisher

verified publisherivmanto.com

This library is designed to work with JWT (RFC7519). The primerary purpose is issue and verify tokens signed RSA (SHA-256)

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

ivmjv, json_annotation, meta, pointycastle, uuid_type

More

Packages that depend on ivmjwt