oauth2orize
Advanced tools
Changelog
[1.12.0] - 2023-10-13
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.Changelog
[1.11.1] - 2021-11-17
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.