Skip to content

Releases: openid/AppAuth-iOS

1.4.0

02 Jun 23:55
Compare
Choose a tag to compare

Version 1.4.0

  • Swift Package Manager support

1.3.1

08 May 23:43
Compare
Choose a tag to compare

Removed UIWebView reference in comment

1.3.0

22 Nov 23:18
Compare
Choose a tag to compare

Support for Mac Catalyst

1.2.0

20 Nov 16:54
Compare
Choose a tag to compare

iOS 13 support

1.1.0

08 Aug 22:40
Compare
Choose a tag to compare
  • OIDC Logout.
  • azp handling.

1.0.0

11 Jun 06:17
Compare
Choose a tag to compare
1.0.0 release

Version 1.0.0.rc1

02 Apr 21:51
Compare
Choose a tag to compare

Fixes:

  • AuthenticationServices framework is now weakly linked (#350)
  • Library works in Guided Access Mode (#365)
  • tvOS framework name corrected (#379)

Version 1.0.0.beta1

24 Oct 17:27
Compare
Choose a tag to compare

First 1.0.0 beta!

Notable Changes

  1. All deprecated APIs removed. Please ensure your code builds on version
    0.95.0 with no deprecation warnings before upgrading!
  2. Updated for iOS 12, and Xcode 10. As is our policy, AppAuth targets
    many versions of iOS, but only the current Xcode toolchain.
    If you need to stay on old versions of Xcode for some reason, stay
    on the pre-1.0 releases.
  3. macOS 32-bit support removed. If you need this support, stay on the
    pre-1.0 releases.

Fixes

  1. x-www-form-urlencoded encoding and decoding should be 100%
    spec compliant now, previously the + character was not decoded as
    0x20 space. This fix was back-ported to the pre-1.0 branch and is
    available in the 0.95.0 release.
    #291

Version 0.95.0

24 Oct 17:26
Compare
Choose a tag to compare
  1. x-www-form-urlencoded encoding and decoding should be 100%
    spec compliant now. #291

  2. scope no longer sent during token refresh (was redundent)
    #301

Version 0.94.0

13 Jul 22:11
Compare
Choose a tag to compare

Various bug fixes.