payprop / net-oauth2-authorizationserver

Module to implement core functions of an OAuth2 authorization server
7 stars 10 forks source link

Refactor input and output params for callbacks #9

Closed leejo closed 6 years ago

leejo commented 7 years ago

There are too many combinations of input and output params for callbacks, simplify them and make them consistent. Accept a hash, return a hash and try to avoid changing the state of input params that are references. This will be a breaking change.

leejo commented 6 years ago

Closing. Too much would break in doing this, and i prefer to remain backwards compatible.