From e83135d640f402c6a30f4b70724bdb0a9287d11e Mon Sep 17 00:00:00 2001 From: Michael Bui <25263378+MaikuB@users.noreply.github.com> Date: Sun, 27 Feb 2022 15:08:48 +1100 Subject: [PATCH] bump plugin to 2.4.1 (#309) --- flutter_appauth/CHANGELOG.md | 4 ++++ flutter_appauth/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/flutter_appauth/CHANGELOG.md b/flutter_appauth/CHANGELOG.md index 2da590cc..f073c1d2 100644 --- a/flutter_appauth/CHANGELOG.md +++ b/flutter_appauth/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.4.1 + +* [iOS] fixed issue with `scopes` not being sent correctly as they should've been space-delimited instead of comma-delimited. Thanks to the PR from [Angle Wang](https://github.com/angle319) + ## 2.4.0 * Added `scopes` property to `TokenResponse` class and `AuthorizationTokenResponse` class that inherits from it. Thanks to PR from [leoshusar](https://github.com/leoshusar) diff --git a/flutter_appauth/pubspec.yaml b/flutter_appauth/pubspec.yaml index ab964602..2db73f88 100644 --- a/flutter_appauth/pubspec.yaml +++ b/flutter_appauth/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_appauth description: This plugin provides an abstraction around the Android and iOS AppAuth SDKs so it can be used to communicate with OAuth 2.0 and OpenID Connect providers -version: 2.4.0 +version: 2.4.1 homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth environment: