Skip to content

Releases: byu-oit/byu-jwt-nodejs

@byu-oit/fastify-jwt@0.1.0-beta.1

03 May 20:06
Compare
Choose a tag to compare
Pre-release

0.1.0-beta.1 (2023-05-03)

Bug Fixes

@byu-oit/fastify-jwt@0.1.0-beta.0

03 May 19:15
Compare
Choose a tag to compare
Pre-release

0.1.0-beta.0 (2023-05-03)

Features

  • add dependency name to fastify plugin options (e028504)

@byu-oit/jwt@0.0.1-beta.0

28 Apr 19:36
Compare
Choose a tag to compare
Pre-release

0.0.1-beta.0 (2023-04-28)

Note: Version bump only for package @byu-oit/jwt

@byu-oit/fastify-jwt@0.0.1-beta.0

28 Apr 19:36
Compare
Choose a tag to compare
Pre-release

0.0.1-beta.0 (2023-04-28)

Note: Version bump only for package @byu-oit/fastify-jwt

v3.1.2-2

08 Jun 18:08
8d3fe95
Compare
Choose a tag to compare
v3.1.2-2 Pre-release
Pre-release

What's Changed

Full Changelog: v3.1.2-1...v3.1.2-2

v3.1.2-1

08 Jun 18:04
5e0bf01
Compare
Choose a tag to compare
v3.1.2-1 Pre-release
Pre-release

What's Changed

  • build: reduce number of distributable files by @stuft2

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

3.1.2-0

08 Jun 17:57
91dc908
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v3.1.0

17 Nov 22:55
75e13b1
Compare
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
Compare
Choose a tag to compare
  • Throw better error if x5t in JWT doesn't match any known keys (#56)
  • Improve test coverage