Releases: byu-oit/byu-jwt-nodejs
Releases · byu-oit/byu-jwt-nodejs
3.1.2-0
08 Jun 17:57
Compare
Sorry, something went wrong.
No results found
v3.1.1
18 Nov 19:11
Compare
Sorry, something went wrong.
No results found
v3.1.0
17 Nov 22:55
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Throw better error if x5t in JWT doesn't match any known keys (#56 )
Improve test coverage
v3.0.6
26 Feb 22:58
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Catch the case where cache-control header may not exist
v3.0.4
08 Sep 20:48
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Update typedefs to show that the middleware adds req.verifiedJWTs
Add CI
v3.0.2
08 Apr 01:19
Compare
Sorry, something went wrong.
No results found
Add link to new migration guide
v3.0.1
08 Apr 01:19
Compare
Sorry, something went wrong.
No results found
Note how much of a non-issue the openssl change is