node-oauth2-server
node-oauth2-server copied to clipboard
Fix model spec to use `code.authorizationCode` instead of `code.code`
code.authorizationCode is used everywhere in the source. Therefore, this pull is to correct the spec.rst so that people don't implement the model incorrectly and/or keep opening bugs to correct the code (for example pull #648, issue #557).