jose 0.2.1 copy "jose: ^0.2.1" to clipboard
jose: ^0.2.1 copied to clipboard

outdated

Javascript Object Signing and Encryption (JOSE) library supporting JWE, JWS, JWK and JWT

0.2.1 #

  • Added JsonWebKey constructors for creating EC and RSA keys
  • Added factory constructor for creating a JsonWebKey from crypto keys
  • Added factory constructor for creating a JsonWebKey from a pem string
  • Support for P-256K curve

0.2.0 #

  • Support RSAES-OAEP
  • Allow x509 parameters in JWK
  • JsonWebAlgorithm class
  • Generating random non-symmetric keys
  • cryptoKeyPair getter on JsonWebKey returning a KeyPair from crypto_keys package
  • Breaking Change: loading jwk set from package or file url no longer supported by default. The new class JsonWebKeySetLoader can be used to override this behavior or manage the way jwk sets are loaded from an url.

0.1.2 #

  • Add allowedAlgorithms argument also in JWT

0.1.1 #

  • Fix security issue: JWS with algorithm none was previously verified, now you can specify which algorithms are allowed and by default none is not allowed.

0.1.0 #

  • Initial version
62
likes
0
pub points
96%
popularity

Publisher

verified publisherappsup.be

Javascript Object Signing and Encryption (JOSE) library supporting JWE, JWS, JWK and JWT

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

asn1lib, crypto_keys, http, http_extensions, http_extensions_cache, meta, typed_data, x509

More

Packages that depend on jose