jaguar_jwt 3.0.0 copy "jaguar_jwt: ^3.0.0" to clipboard
jaguar_jwt: ^3.0.0 copied to clipboard

Provides JWT utilities for Dart including issuing a token, verifing a token and parsing a token.

Changelog #

3.0.0 #

  • Null safety

Breaking changes:

  • Changed all Object to dynamic Dart type

2.1.6 #

  • Added support for optional Not Before (nbf) time claims.
  • Fixed validation to reject token when current time equals the Expiry time.
  • Added more validation unit tests.
  • Fixed generation of JWT to use correct Base64url Encoding.
  • Added general support for non-registered claims.
  • Tidy up for static analysis and Dart linter.
  • Implemented toString method for JwtClaim.
  • Allow for customized checking of the JWT header.
  • Fixed use of _splayify/_spaly in toJson and changed dynamic to Object.
  • Improved format of output produced by JwtClaim.toString().

2.1.2 #

  • Fixed when typ is not present

2.1.1 #

  • Dart 2 compatibility
76
likes
120
pub points
96%
popularity

Publisher

unverified uploader

Provides JWT utilities for Dart including issuing a token, verifing a token and parsing a token.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

auth_header, crypto

More

Packages that depend on jaguar_jwt