Skip to content

Releases: jasonraimondi/ts-oauth2-server

v4.2.2

05 Dec 02:38
8504141

Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.2.2

v4.2.1

04 Dec 04:11
26d89bf

Choose a tag to compare

What's Changed

  • fix: call finalize scopes in auth code grant by @tobiasdcl in #200
  • fix: add missing finalize() calls in ImplicitGrant and TokenExchangeGrant by @jasonraimondi in #202

Full Changelog: v4.2.0...v4.2.1

v4.2.0

01 Nov 01:48
b0bbf9b

Choose a tag to compare

What's Changed

  • fix: populate originatingAuthCodeId before calling tokenRepository.persist by @tobiasdcl in #192
  • feat: provide originatingAuthCodeId as an argument to extraTokenFields by @tobiasdcl in #194
  • chore(deps-dev): bump vite from 5.4.15 to 5.4.21 by @dependabot[bot] in #190
  • feat: add support for opaque refresh tokens by @tobiasdcl in #196

Full Changelog: v4.1.1...v4.2.0

v4.1.1

20 Oct 17:13

Choose a tag to compare

No Code Changes

chore: fix tagged versions and republish to jsr and npm

Full Changelog: v4.1.0...v4.1.1

v4.1.0

20 Oct 02:20
a48b1a7

Choose a tag to compare

What's Changed

  • feat: add support for opaque authorization codes by @tobiasdcl in #189

New Contributors

Full Changelog: v4.0.11...v4.1.0

v4.0.11

20 Sep 13:49
ce5ba9f

Choose a tag to compare

What's Changed

  • fix: add client ownership validation for token revocation per RFC 7009 by @jasonraimondi in #185
  • fix: #182 add missing parameters by @jasonraimondi in #186
  • feat: add optional logger for helpful debugging of silent revoke errors fc58ed1

Full Changelog: v4.0.10...v4.0.11

v4.0.10

05 Aug 02:03
ead20d7

Choose a tag to compare

chore: output comments in build files for jsdoc editor assistance

Full Changelog: v4.0.9...v4.0.10

v4.0.8

05 Aug 01:44
ca6bf2e

Choose a tag to compare

What's Changed

Full Changelog: v4.0.7...v4.0.8

v4.0.7

26 Jun 02:32
832999f

Choose a tag to compare

What's Changed

  • Fix missing extraJwtFields in access tokens obtained though refresh_token grant flow by @gamedevsam in #170

Full Changelog: v4.0.6...v4.0.7

v4.0.6

20 Jun 15:03
44c8d50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.5...v4.0.6