1.3.2
Fixed
- Fix an issue that the ID Token verification on iOS fails if
openid
scope is declared in the login process but the nonce is not set. #63 - Now the
AccessToken.IdTokenRaw
returns the correct raw ID token string on Android. Previously it returns a JSON string that contains the parsed ID token values. The new behavior is now consistent with iOS. #64