Skip to content

Releases: jasonraimondi/ts-oauth2-server

v4.0.0-alpha.1

12 Aug 02:12
5e04419
Compare
Choose a tag to compare
v4.0.0-alpha.1 Pre-release
Pre-release

Full Changelog: v3.6.0...v4.0.0-alpha.1

v3.6.0

12 Aug 01:59
036e5e4
Compare
Choose a tag to compare

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

v3.6.0-alpha.5

12 Aug 01:38
ddf3d16
Compare
Choose a tag to compare
v3.6.0-alpha.5 Pre-release
Pre-release

What's Changed

  • feat: add support for RFC7662 "OAuth 2.0 Token Introspection"
  • add configuration options to control client credentials authentication for /introspect and /revoke endpoints.
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).

Important Notes

  • If set to false, you must implement your own authentication:

Full Changelog: v3.6.0-alpha.1...v3.6.0-alpha.5

v3.6.0-alpha.1

10 Aug 03:05
d70e038
Compare
Choose a tag to compare
v3.6.0-alpha.1 Pre-release
Pre-release

What's Changed

  • fix: introspect and revoke to spec and return falsey instead of throwing by @jasonraimondi in #154

Full Changelog: v3.6.0-alpha.0...v3.6.0-alpha.1

v3.6.0-alpha.0

09 Aug 03:27
def4f83
Compare
Choose a tag to compare
v3.6.0-alpha.0 Pre-release
Pre-release

What's Changed

Full Changelog: v3.4.1...v3.6.0-alpha.0

v3.4.1 - patch express/fastify adapters handle errors

26 Jul 01:45
e078a6c
Compare
Choose a tag to compare

What's Changed

Thanks

  • @noru - finding and reporting in detail the exact problem

Full Changelog: v3.4.0...v3.4.1

v3.4.0 - Vanilla Request/Response Adapter, new documentation site

05 Jul 15:06
6eabfef
Compare
Choose a tag to compare

Description

New Docs site - https://tsoauth2server.com

New VanillaJS Adapter - https://tsoauth2server.com/docs/adapters/vanilla/

What's Changed

Full Changelog: v3.3.1...v3.4.0

v3.3.0 - Custom Grants, JWT iss & aud

28 May 02:04
719d223
Compare
Choose a tag to compare

v3.3.0-alpha.1

27 May 15:14
177e49b
Compare
Choose a tag to compare
v3.3.0-alpha.1 Pre-release
Pre-release

v3.3.0-alpha.0

27 May 15:09
72f8233
Compare
Choose a tag to compare
v3.3.0-alpha.0 Pre-release
Pre-release

What's Changed

Full Changelog: v3.2.0...v3.3.0-alpha.0