Skip to content

1.3.2

Compare
Choose a tag to compare
@onevcat onevcat released this 12 Dec 00:55
· 13 commits to master since this release

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