AppAuth-iOS

iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.

APACHE-2.0 License

Stars
1.7K
Committers
48

Bot releases are hidden (Show)

AppAuth-iOS - AppAuth 1.7.5 Latest Release

Published by mdmathias 6 months ago

  • Use correct xcconfig syntax for podspec (#851)
AppAuth-iOS - AppAuth 1.7.4

Published by mdmathias 6 months ago

  • Adds defines module to AppAuth.podspec (#845)
AppAuth-iOS - AppAuth 1.7.3

Published by mdmathias 7 months ago

  • Fix missing manifest in bundle using SPM (#833)
AppAuth-iOS - AppAuth 1.7.2

Published by mdmathias 7 months ago

  • Streamline copying of privacy manifest (#830)
AppAuth-iOS - AppAuth 1.7.1

Published by mdmathias 7 months ago

  • Add back missing method to OIDAuthorizationResponse (#825)
  • Fix OIDTokenRequest for AppAuthCore and AppAuthTV (#826)
AppAuth-iOS - AppAuth 1.7.0

Published by mdmathias 7 months ago

  • Introduce addtional http headers to OIDTokenRequest (#770)
  • Fix nullability annotation for -[OIDExternalUserAgentIOS init] (#727)
  • Feat: allow custom nonce in OIDAuthorizationRequest (#788)
  • Introduce addtional http headers to OIDTokenRequest (#770)
  • Add privacy manifest (#822)
AppAuth-iOS - AppAuth for iOS 1.6.2

Published by mdmathias over 1 year ago

  • Update framework minimum OS versions to work with Xcode 14.3 (#766)
AppAuth-iOS - AppAuth for iOS 1.6.1

Published by mdmathias over 1 year ago

  • Increased minimum iOS and macOS versions to fix build issue
AppAuth-iOS - AppAuth for iOS 1.6.0

Published by petea about 2 years ago

  • Added a prefersEphemeralSession parameter for external user-agents. (#645)
  • Fixed errors encountered when using secure coding to decode OIDAuthState. (#656, #721)
AppAuth-iOS - AppAuth for iOS 1.5.0

Published by petea over 2 years ago

  • Improved tvOS support. (#111)
  • ASWebAuthenticationSession on macOS. (#675)
AppAuth-iOS - 1.4.0

Published by julienbodet over 4 years ago

Version 1.4.0

  • Swift Package Manager support
AppAuth-iOS - 1.3.1

Published by julienbodet over 4 years ago

Removed UIWebView reference in comment

AppAuth-iOS - 1.3.0

Published by WilliamDenniss almost 5 years ago

Support for Mac Catalyst

AppAuth-iOS - 1.2.0

Published by WilliamDenniss almost 5 years ago

iOS 13 support

AppAuth-iOS - 1.1.0

Published by WilliamDenniss about 5 years ago

  • OIDC Logout.
  • azp handling.
AppAuth-iOS - 1.0.0

Published by WilliamDenniss over 5 years ago

AppAuth-iOS - Version 1.0.0.rc1

Published by WilliamDenniss over 5 years ago

Fixes:

  • AuthenticationServices framework is now weakly linked (#350)
  • Library works in Guided Access Mode (#365)
  • tvOS framework name corrected (#379)
AppAuth-iOS - Version 1.0.0.beta1

Published by WilliamDenniss almost 6 years ago

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.
    https://github.com/openid/AppAuth-iOS/pull/291
AppAuth-iOS - Version 0.95.0

Published by WilliamDenniss almost 6 years ago

  1. x-www-form-urlencoded encoding and decoding should be 100%
    spec compliant now. https://github.com/openid/AppAuth-iOS/pull/291

  2. scope no longer sent during token refresh (was redundent)
    https://github.com/openid/AppAuth-iOS/pull/301

AppAuth-iOS - Version 0.94.0

Published by WilliamDenniss over 6 years ago

Various bug fixes.