Skip to content

Releases: byu-oit/byu-jwt-nodejs

v3.0.0

08 Apr 01:17
137fb99

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

Choose a tag to compare

Require TOKEN env var for tests rather than pulling from AWS

v2.1.3

20 Feb 00:03
817c706

Choose a tag to compare

Add .npmrc to stop generating package-lock.json

v2.1.2

27 Jan 18:22
1cac2e1

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+.

v2.1.1

26 Dec 20:06
5cabffc

Choose a tag to compare

Add nyc as a devDependency for reporting test coverage
Update test scripts

v2.1.0

13 Dec 20:05
d4943b6

Choose a tag to compare

Added TypeScript definitions

v2.0.0

25 Nov 16:56
a91e70c

Choose a tag to compare

Cache BYU Certificate in addition to OpenID configuration.
Respect cache-control headers.
Use async/await, so we now require Node 8+.