Liking cljdoc? Tell your friends :D

2.0.0 (2020-08-26) f66df82

IMPORTANT: This is a major release with backward compatibility breaking changes.

Added

  • Support for multiple issuers (each with their own configuration) in a single piece of middleware. The middleware will pull the issuer iss from the incoming JWT and use it to lookup the appropriate algorithm from the middleware configuration to use for decoding. (Note that the iss claim is not "trusted" until signature verification has succeeded.)

Changed

  • To support multiple issuers, the format of configuration has changed so that there is a separate configuration per issuer. See the README for an example.

Removed

  • issuer optional algorithm field has been removed. (Issuer check is now implicit based on the lookup of issuer in the configuration.)

1.3.0 (2020-07-14) 3bb7178

Changed

  • Don't keywordize keys in the claims that are namespaced. Resolves #11.
  • Bumped to latest dependencies.
  • Added this CHANGELOG.md

1.2.5 (2020-04-08) c3c4256

Changed

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close