Releases: okta/okta-oidc-ios
Releases · okta/okta-oidc-ios
Release 3.6.1
Fixes
06256f5
- ObjC project compilation error fix
Release 3.6.0
Features
6d88e41
- OSX support
Release 3.5.2
Fixes
c474f29
- OKTA-253824 - iOS OIDC SDK: Introspect, revoke, refresh APIs are fail with 403 error after exchanging session token to access token
Release 3.5.1
Fixes
ee0225e
- Enable SSO for native auth flow9e3ee3a
-UIApplication.keyWindow
has been deprecated in iOS13
Release 3.5.0
Release 3.4.0
- Addressed issue: Sign in immediately fails in iOS 13 Beta. Commit ae4a4e8
- Merged AppAuth 1.0.0 code base
Release 3.3.0
- Added Carthage support
Release 3.2.0
Release 3.1.0
OKTA-221606-OIDC iOS: Keychain read with long keys fails - 4a5b5ce
Release 3.0.0
This major release removes dependencies on HydraAsync and AppAuth libraries
Features
a4a2280
- Remove HydraAsync from public API (#133)1f9b109
- Refactor token manager classes (#134)fcccde1
- AppAuth iOS: Define OktAppAuth class (#135)8b6e5fa
- AppAuth iOS: Save AuthState object to keychain with composite key (#136)8cca632
- Implemented Objective-C support. (#138)829913c
- Rename classes to haveOktaOidc
prefix. (#139)
Breaking Changes
SDK has been fully reworked. Please refer to our sample apps repository
to get an idea how to use the SDK