Skip to content

Releases: teranetsrl/oauth2_client

v3.3.0

03 Jul 21:03
Compare
Choose a tag to compare
  • Updated dependencies
  • Fix: Check for null value before casting scope to String (thanks xolf)
  • Fix: Added support for the preferEphemeral behavior on android (thanks dlatikaynen)

v3.2.2

27 Aug 16:36
Compare
Choose a tag to compare
  • Update dependencies
  • Fix for LinkedInOAuth2Client

v3.1.0

26 Jan 22:32
Compare
Choose a tag to compare
  • Update dependencies
  • Fixes #151

v3.0.0

20 Sep 21:00
Compare
Choose a tag to compare
  • Migration to flutter_web_auth_2
  • Flutter 3 migration
  • Removed accessTokenRequestHeaders class property in favour of local parameters
  • Deprecated the OAuth2Helper.setAuthorizationParams method

v2.4.2

16 Aug 10:47
Compare
Choose a tag to compare

Commits

  • [59c8788]: Updated changelog (okrad)
  • [50bad90]: Fixes #135: breaking change in flutter_secure_storage (okrad)

v2.4.1

17 Jul 13:46
Compare
Choose a tag to compare

Commits

  • [b01578d]: Added customParams in authorizeUI for Implicit grant flow (Muhammad Qasim) #133
  • [6e54602]: Using encrypted shared preferences on Android (Piotr Mitkowski) #134
  • [ba9555e]: Slightly improved doc (okrad)
  • hadled platform exceptions edge cases (okrad)
  • [b80f220]: Regenerated test mocks (okrad)

v2.4.0

03 May 22:12
Compare
Choose a tag to compare

Commits

v2.3.3

14 Mar 21:28
Compare
Choose a tag to compare

Commits

  • Expose the BaseStorage object so it can be overridden (Jon Salmon) #117
  • Made documentation on android activity clearer (Mario) #121
  • Added needed changes for activities in android 12 (Mario) #121

v2.3.2

17 Jan 21:09
Compare
Choose a tag to compare
  • Update dependencies
  • Fix: Fetch new access token when expired and there's no refresh token

v2.3.1

13 Dec 22:47
Compare
Choose a tag to compare

Commits