Skip to content

Releases: byu-oit/byu-jwt-nodejs

3.1.2-0

08 Jun 17:57
91dc908

Choose a tag to compare

3.1.2-0 Pre-release
Pre-release

What's Changed

Full Changelog: v3.1.1...v3.1.2-0

v3.1.1

18 Nov 19:11
b9fe317

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

17 Nov 22:55
75e13b1

Choose a tag to compare

What's Changed

  • Add intermediate variable to clarify what await initPem(cache) represents by @GaryGSC in #65
  • Handle aud claims like API contexts from WSO2 by @GaryGSC in #64

Full Changelog: v3.0.7...v3.1.0

v3.0.7

22 Jul 22:00
cc34c95

Choose a tag to compare

  • Throw better error if x5t in JWT doesn't match any known keys (#56)
  • Improve test coverage

v3.0.6

26 Feb 22:58

Choose a tag to compare

Updated library to compare JWT against all known certificates to ensure that we're verifying the JWT with the correct cert.

v3.0.5

08 Jan 21:56

Choose a tag to compare

Catch the case where cache-control header may not exist

v3.0.4

08 Sep 20:48
c720249

Choose a tag to compare

To make CloudWatch logs prettier, we now:

  • Explicitly use \n for newlines when calling console.error
  • Prepend console.error messages with [ByuJWT]

v3.0.3

27 Aug 17:42
48cfc98

Choose a tag to compare

  • Update typedefs to show that the middleware adds req.verifiedJWTs
  • Add CI

v3.0.2

08 Apr 01:19
05804d5

Choose a tag to compare

Add link to new migration guide

v3.0.1

08 Apr 01:19
dc9c4a2

Choose a tag to compare

Note how much of a non-issue the openssl change is