oauth2orize
Version:
OAuth 2.0 authorization server toolkit for Node.js.
30 lines (22 loc) • 1.25 kB
Markdown
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).
- 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).
- Optional `complete` callback to `Server
"TypeError: complete is not a function" exceptions in cases where this function
is being called from outside this package without the argument.
[]: https://github.com/jaredhanson/oauth2orize/compare/v1.12.0...HEAD
[]: https://github.com/jaredhanson/oauth2orize/compare/v1.11.1...v1.12.0
[]: https://github.com/jaredhanson/oauth2orize/compare/v1.11.0...v1.11.1
[]: https://github.com/jaredhanson/oauth2orize/compare/v1.10.0...v1.11.0
[]: https://github.com/jaredhanson/oauth2orize/compare/v1.9.0...v1.10.0