File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 4.2.0] - 2025-10-31
11+
12+ ### Added
13+ - Support for opaque refresh tokens
14+ - originatingAuthCodeId now provided as argument to extraTokenFields callback
15+
16+ ### Fixed
17+ - originatingAuthCodeId now properly populated during RefreshTokenGrant
18+ - originatingAuthCodeId now properly populated before calling tokenRepository.persist
19+
1020## [ 4.1.1] - 2025-10-20
1121
1222### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " @jmondi/oauth2-server" ,
3- "version" : " 4.1.1 " ,
3+ "version" : " 4.2.0 " ,
44 "exports" : {
55 "." : " ./src/index.ts" ,
66 "./express" : " ./src/adapters/express.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jmondi/oauth2-server" ,
3- "version" : " 4.1.1 " ,
3+ "version" : " 4.2.0 " ,
44 "type" : " module" ,
55 "author" :
" Jason Raimondi <[email protected] >" ,
66 "funding" : " https://github.com/sponsors/jasonraimondi" ,
You can’t perform that action at this time.
0 commit comments