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)

ivmJWT Library #

codecov

ivmJWT is a helper library for working with JWT #

This library will respect the standard [RFC7519] to a certain extend but not tested for its complete compliance.

The first [beta] release supports only signing and verifying RSA (SHA-256).

Get started #

  • install:
  dependencies:
    ivmjwt: ^0.1

and then run pub get.

  • issue a new JWT RS256 signed token
final _claims = json.decode('{"iss": "Ivmanto.com", "maxAge": 1800, "ivmanto": "dev"}') as Map<String, dynamic>;
final ivmjwt = IvmJWT(SegmentPayload.fromJson(_claims));
final result = await ivmjwt.issueJWTRS256();
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