Skip to content

Releases: codepath/android-oauth-handler

v1.2.5

26 Jun 07:05
Compare
Choose a tag to compare

v1.2.4

12 May 06:21
Compare
Choose a tag to compare
  • OAuthBaseClient tries to compare the callback URL with what it expects. The intent:// scheme (https://developer.chrome.com/multidevice/android/intents) however means that it will try to match what we think it should be and therefore fail the comparison test. Disable this checking for now.