platform/packages/oauth2/CHANGELOG.md

45 lines
654 B
Markdown
Raw Normal View History

2022-01-04 12:03:52 +00:00
# Change Log
2022-01-05 04:03:02 +00:00
## 4.1.1
* Updated README
2022-01-04 12:03:52 +00:00
## 4.1.0
* Updated linter to `package:lints`
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
2022-01-04 12:03:52 +00:00
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
2022-01-04 12:03:52 +00:00
## 2.3.0
2019-05-03 07:24:24 +00:00
* Remove `implicitGrant`, and inline it into `requestAuthorizationCode`.
2022-01-04 12:03:52 +00:00
## 2.2.0+1
2019-05-03 06:14:08 +00:00
* Parse+verify client for `authorization_code`.
2022-01-04 12:03:52 +00:00
## 2.2.0
2019-05-02 07:28:38 +00:00
* Pass `client` to `exchangeAuthorizationCodeForToken`.
* Apply `package:pedantic`.
2022-01-04 12:03:52 +00:00
## 2.1.0
2018-12-15 07:19:35 +00:00
* 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
2022-01-04 12:03:52 +00:00
## 2.0.0
2018-11-08 15:33:01 +00:00
* Angel 2 support.
2022-01-04 12:03:52 +00:00
## 1.0.0+1
* Dart2 updates + backwards compatibility assurance.