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 - Version 0.93.0

Published by WilliamDenniss over 6 years ago

OpenID Connect support (ID Token handling)
OpenID Connect Relying Party Certification tests added
Custom browser support for iOS (Chrome, Firefox, etc)
External user-agent requests abstracted out (so other external user-agent flows can be implemented).

AppAuth-iOS - Version 0.92.0

Published by WilliamDenniss over 6 years ago

Improved Swift examples & documentation

AppAuth-iOS - Base SDK iOS 11 Required

Published by WilliamDenniss almost 7 years ago

AppAuth now requires a Base SDK of iOS 11 (still supports iOS 7 as a Deployment Target).
Fixes several "availability" warnings and errors. Corrects deployment targets.

AppAuth-iOS - iOS 11 Support

Published by WilliamDenniss about 7 years ago

Added support for iOS 11.

AppAuth-iOS - Bugfixes

Published by WilliamDenniss over 7 years ago

Fixes #115, #105, #114.

AppAuth-iOS - Carthage support and fixes for Swift

Published by WilliamDenniss over 7 years ago

Improved Swift support

  • Nullability fixes.
  • Swift smoke test.

Carthage support

  • Framework targets created for iOS, macOS, tvOS and watchOS.
  • Readme updated.
  • Carthage sample provided.
AppAuth-iOS - tvOS XCode Target Added

Published by WilliamDenniss almost 8 years ago

AppAuth-iOS - Minor AuthState Refactor & Bugfixes

Published by WilliamDenniss almost 8 years ago

AppAuth-iOS - Improved macOS Loopback IP Redirect Support

Published by WilliamDenniss almost 8 years ago

Building on version 0.5.0, cleans up several aspects of the macOS Loopback IP redirect support.

AppAuth-iOS - Loopback HTTP Redirect Support.

Published by WilliamDenniss almost 8 years ago

Loopback HTTP Redirect support added for macOS.

AppAuth-iOS -

Published by WilliamDenniss over 8 years ago

All PKCE parameters can now be set directly (codeVerifier, codeChallenge and codeChallengeMethod) allowing for methods other than S256 to be supported.