jwt_generator 0.0.5 copy "jwt_generator: ^0.0.5" to clipboard
jwt_generator: ^0.0.5 copied to clipboard

A simple pure dart package used for creating and validating Json Web Tokens using the private and public key provided, refer to documentation for more information.

0.0.5 #

  • Bump to Dart version 3.9
  • fix test packages

0.0.4 #

Added #

  • ✅ Introduced asn1lib (v1.6.5) as a dependency to support ASN.1 DER/PEM key parsing for RSA/EC verification.
  • ➕ Enhanced RS256 verifier to load and validate public keys from both JWK JSON and PEM/DER formats.

Changed #

  • ♻️ Refactored jwt_rs256_verifier.dart and parsed_jwt.dart for cleaner imports and null-safety alignment.
  • 🔧 Improved linting rules and applied fixes across the library.

Fixed #

  • 🐛 Resolved missing import in test suite (rs256_verifier_test.dart) to ensure all test cases compile and run.

Documentation #

  • 📝 Added this CHANGELOG.md.
  • 📖 Updated README.md with dependency instructions and usage examples for DER/PEM parsing.

0.0.3 #

  • Initial version.
1
likes
0
points
976
downloads

Publisher

unverified uploader

Weekly Downloads

A simple pure dart package used for creating and validating Json Web Tokens using the private and public key provided, refer to documentation for more information.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

asn1lib, collection, convert, crypto, ds_standard_features, pointycastle, rsa_pkcs

More

Packages that depend on jwt_generator