dart_jsonwebtoken 1.4.1 copy "dart_jsonwebtoken: ^1.4.1" to clipboard
dart_jsonwebtoken: ^1.4.1 copied to clipboard

outdated

A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).

1.4.1 #

  • Formating for 'static analysis'

1.4.0 #

  • Implementing throwUndefinedErrors option in the JWT.verify method

1.3.1 #

  • Formating for 'static analysis'

1.3.0 #

  • Adding checks in JWT.verify function for iss, sub, aud, iat, jti

1.2.1 #

  • Formating for 'static analysis'

1.2.0 #

  • Payload is now required
  • Payload is now dynamic and not restricted to an object
  • Dependencies updated

1.1.0 #

  • New algorithms

1.0.3 #

  • Formating for 'static analysis'

1.0.2 #

  • Docs & examples

1.0.1 #

  • More details on exceptions
  • New examples

1.0.0 #

  • New RSA Algorithm (RS256)
  • Keys a now using an abstract class 'Key' instead of a string
  • SecretKey: for HMAC (HS256)
  • PrivateKey & PublicKey: for RSA (RS256)

0.2.1 #

  • Formatting

0.2.0 #

  • Better documentations

0.1.0 #

  • First version with every based features
238
likes
0
pub points
98%
popularity

Publisher

verified publisherjonasroussel.com

A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, cryptography, pointycastle, rsa_pkcs

More

Packages that depend on dart_jsonwebtoken