OAuthSwift v1.1.2 Release Notes

Release Date: 2017-06-04 // almost 7 years ago
  • ๐Ÿ†• New

    • โž• add encodeCallbackURL to oauth 2 to URL encore callback URL. Seems to be needed for some services issue #339, pr #325
    • in SafariURLHandler presentViewControllerAnimated variable added by @felipeflorencio
    • Optionally add callback URL to authorize URL using addCallbackURLToAuthorizeURL field of OAuth1Swift , as requested by PR #373
    • โž• add NounProject and Digu to demo app

    ๐Ÿ”„ Change

    ๐Ÿ›  Fix

    • Do not send oauth_verifier query parameter if not necessary ie. if allowMissingOAuthVerifier=true, Fix #334
    • ๐Ÿ›  Fix a crash when encoding credentials in a test target @eunikolsky