Skip to content

Releases: byu-oit/byu-jwt-nodejs

v3.0.6

26 Feb 22:58
Compare
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
Compare
Choose a tag to compare

Catch the case where cache-control header may not exist

v3.0.4

08 Sep 20:48
c720249
Compare
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
Compare
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
Compare
Choose a tag to compare

Add link to new migration guide

v3.0.1

08 Apr 01:19
dc9c4a2
Compare
Choose a tag to compare

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

v3.0.0

08 Apr 01:17
137fb99
Compare
Choose a tag to compare

(PR #25)

We no longer convert from .pem format to raw RSA public keys

  • No longer requires separate openssl executable
  • BREAKING: Removed getPublicKey in favor of getPem
  • BREAKING: This means we use the openssl shipped with Node instead of a separate executable on the system

A migration guide is available

v2.1.4

08 Apr 00:23
270cfdc
Compare
Choose a tag to compare

Require TOKEN env var for tests rather than pulling from AWS

v2.1.3

20 Feb 00:03
817c706
Compare
Choose a tag to compare

Add .npmrc to stop generating package-lock.json

v2.1.2

27 Jan 18:22
1cac2e1
Compare
Choose a tag to compare

Update devDependency mocha from ^6.2.2 to ^7.0.1.
The only relevant breaking change was a drop for Node 6 support, but this module already requires Node 8+.