All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Optional
extend
callback togrant.code
setup function, used to extend the authorization response. Needed to support extensions such as OpenID Connect Session Management 1.0.
1.11.1 - 2021-11-17
- Optional
complete
callback toServer#_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.