Releases: codepath/android-oauth-handler
Releases · codepath/android-oauth-handler
v1.2.5
- Upgrade ScribeJava lib to 4.1.1 (https://github.com/scribejava/scribejava/blob/master/changelog)
v1.2.4
- 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.