29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
# Changelog
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
## [1.12.0] - 2023-10-13
|
|
### Added
|
|
- Optional `extend` callback to `grant.code` setup function, used to extend the
|
|
authorization response. Needed to support extensions such as [OpenID Connect
|
|
Session Management 1.0](https://openid.net/specs/openid-connect-session-1_0.html).
|
|
|
|
## [1.11.1] - 2021-11-17
|
|
### Fixed
|
|
- Optional `complete` callback to `Server#_respond` defaulted to no-op, fixing
|
|
"TypeError: complete is not a function" exceptions in cases where this function
|
|
is being called from outside this package without the argument.
|
|
|
|
## [1.11.0] - 2017-11-02
|
|
|
|
## [1.10.0] - 2017-08-14
|
|
|
|
[Unreleased]: https://github.com/jaredhanson/oauth2orize/compare/v1.12.0...HEAD
|
|
[1.11.1]: https://github.com/jaredhanson/oauth2orize/compare/v1.11.1...v1.12.0
|
|
[1.11.1]: https://github.com/jaredhanson/oauth2orize/compare/v1.11.0...v1.11.1
|
|
[1.11.0]: https://github.com/jaredhanson/oauth2orize/compare/v1.10.0...v1.11.0
|
|
[1.10.0]: https://github.com/jaredhanson/oauth2orize/compare/v1.9.0...v1.10.0
|