platform/packages/oauth2/CHANGELOG.md

20 lines
438 B
Markdown
Raw Normal View History

2019-05-03 07:24:24 +00:00
# 2.3.0
* Remove `implicitGrant`, and inline it into `requestAuthorizationCode`.
2019-05-03 06:14:08 +00:00
# 2.2.0+1
* Parse+verify client for `authorization_code`.
2019-05-02 07:28:38 +00:00
# 2.2.0
* Pass `client` to `exchangeAuthorizationCodeForToken`.
* Apply `package:pedantic`.
2018-12-15 07:19:35 +00:00
# 2.1.0
* Updates
* Support `device_code` grants.
2018-12-15 08:39:04 +00:00
* Add support for [PKCE](https://tools.ietf.org/html/rfc7636).
2018-12-15 07:19:35 +00:00
2018-11-08 15:33:01 +00:00
# 2.0.0
* Angel 2 support.
2018-07-09 16:37:40 +00:00
# 1.0.0+1
* Dart2 updates + backwards compatibility assurance.