platform/packages/oauth2/CHANGELOG.md
Tobe O a7842bddd8 Add 'packages/oauth2/' from commit '0bef42c4b9e3cbc800bb1b7b89b736baff814b9f'
git-subtree-dir: packages/oauth2
git-subtree-mainline: 71aa3464b9
git-subtree-split: 0bef42c4b9
2020-02-15 18:22:20 -05:00

20 lines
No EOL
438 B
Markdown

# 2.3.0
* Remove `implicitGrant`, and inline it into `requestAuthorizationCode`.
# 2.2.0+1
* Parse+verify client for `authorization_code`.
# 2.2.0
* Pass `client` to `exchangeAuthorizationCodeForToken`.
* Apply `package:pedantic`.
# 2.1.0
* Updates
* Support `device_code` grants.
* Add support for [PKCE](https://tools.ietf.org/html/rfc7636).
# 2.0.0
* Angel 2 support.
# 1.0.0+1
* Dart2 updates + backwards compatibility assurance.