Skip to content

v3.6.0

Compare
Choose a tag to compare
@jasonraimondi jasonraimondi released this 12 Aug 01:59
· 19 commits to main since this release
036e5e4

Whats New

new AuthorizationServer(..., {
  authenticateIntrospect: false, // Default: false (v3.x), true (v4.x)
  authenticateRevoke: false,     // Default: false (v3.x), true (v4.x)
})
  • Default false values maintain v3.x compatibility, and you must implement your own authentication.
  • Setting to true enables client credentials authentication (v4.x behavior).

Full Changelog: v3.4.1...v3.6.0