x_oauth2_pkce 1.0.2
x_oauth2_pkce: ^1.0.2 copied to clipboard
Provides the optimized and easiest way to integrate OAuth 2.0 PKCE with Twitter API in Flutter.
Release Note #
1.0.2 #
- Fixed so that the refresh token is always set to an empty string if the
offline.accessscope is not specified. (#63)
1.0.0 #
- Just release
v1.0.0.
1.0.0-preview #
Version 1.0.0 introduced some breaking changes that need to be addressed if you are upgrading from previous versions.
Please take note of the following:
- From version 3.0.0,
flutter_web_authhas been replaced byflutter_web_auth_2. Please refer to the upgrade instructions. - The migration to
flutter_web_auth_2marks the transition toFlutter 3. This means that you must upgrade toFlutter 3(a simpleflutter upgradeshould be enough).
0.2.0 #
- Changed the
refreshTokenfield inOAuthResponseto nullable. This is because a refresh token is not issued ifoffline.accessis not specified in the scope. (#10)
0.1.1 #
- Improved example.
0.1.0 #
- Processing has been optimized for Twitter.
0.0.1 #
- First Release!