Skip to content

Releases: axa-group/oauth2-mock-server

v4.3.2

01 Jul 07:19
c14ea59
Compare
Choose a tag to compare

Changed

  • Update dependencies

v4.3.1

29 Mar 12:34
a4227c6
Compare
Choose a tag to compare

Security

v4.3.0

02 Feb 13:31
e3d6fb0
Compare
Choose a tag to compare

Added

  • Support the token introspection endpoint (by cfman)

v4.2.0

31 Jan 10:33
95398a3
Compare
Choose a tag to compare

Added

  • Add support for custom endpoint pathnames (by roskh)
  • Teach /token endpoint to support JSON content type (by roskh)

v4.1.1

23 Nov 16:12
30e27ec
Compare
Choose a tag to compare

Fixed

  • Fix regression: Prevent unhandled rejected promises when incorrectly invoking the /token endpoint

v4.1.0

15 Nov 17:12
40bf6bb
Compare
Choose a tag to compare

Added

v4.0.0

25 Oct 08:31
1f75ff8
Compare
Choose a tag to compare

Added

  • Add /endsession endpoint (thanks AndTem!)
  • Support EdDSA algorithm

Removed

  • Breaking: Drop support for Node.js 10
  • No longer accepts PEM encoded keys
  • No longer supports generating unsigned JWTs

Changed

  • Breaking: Reworked exposed API. Please refer to the migration guide for more information.
  • Add support for Node.js 16

v3.2.0

03 Aug 09:50
44f2a65
Compare
Choose a tag to compare

Added

  • Add subject_types_supported OpenID Provider Metadata field (thanks jjbooth74!)

v3.1.0

30 Nov 16:55
b6f0e6d
Compare
Choose a tag to compare

Added

v3.0.3

12 Nov 08:28
a7bc8a4
Compare
Choose a tag to compare

Fixed

  • Fix regression: When adding a key to the KeyStore, do not normalize key "use" value to "sig" when already defined