Releases: jasonraimondi/ts-oauth2-server
Releases · jasonraimondi/ts-oauth2-server
v4.2.2
What's Changed
- fix(adapters): prevent crashes from generic repository errors by @jasonraimondi in #203
Full Changelog: v4.2.1...v4.2.2
v4.2.1
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
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
No Code Changes
chore: fix tagged versions and republish to jsr and npm
Full Changelog: v4.1.0...v4.1.1
v4.1.0
What's Changed
- feat: add support for opaque authorization codes by @tobiasdcl in #189
New Contributors
- @tobiasdcl made their first contribution in #189
Full Changelog: v4.0.11...v4.1.0
v4.0.11
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
chore: output comments in build files for jsdoc editor assistance
Full Changelog: v4.0.9...v4.0.10
v4.0.8
What's Changed
- docs: add jsdocs to public methods by @jasonraimondi
- docs: clarify token expiry settings and DateInterval usage by @jasonraimondi in #178
Full Changelog: v4.0.7...v4.0.8
v4.0.7
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
What's Changed
- Vanilla adapter: parse urlencoded by @benmerckx in #169
New Contributors
- @benmerckx made their first contribution in #169
Full Changelog: v4.0.5...v4.0.6