Skip to content

Releases: okta/okta-oidc-ios

Release 3.6.1

04 May 19:20
65bbaa9
Compare
Choose a tag to compare

Fixes

  • 06256f5 - ObjC project compilation error fix

Release 3.6.0

21 Apr 17:32
6d88e41
Compare
Choose a tag to compare

Features

Release 3.5.2

07 Oct 20:58
44ef840
Compare
Choose a tag to compare

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

16 Aug 21:54
Compare
Choose a tag to compare

Fixes

Release 3.5.0

15 Jul 23:39
Compare
Choose a tag to compare

Fixes

  • 56f5a26 - Callbacks for error cases are called in a background thread
  • 068903b - Issue 168: OktaOidcMetadataDiscovery.run() doesn't surface errors generated by OIDServiceDiscovery initializer

Release 3.4.0

09 Jul 23:15
Compare
Choose a tag to compare

Release 3.3.0

28 Jun 21:30
Compare
Choose a tag to compare
  • Added Carthage support

Release 3.2.0

17 May 18:32
Compare
Choose a tag to compare

Release 3.1.0

19 Apr 23:26
Compare
Choose a tag to compare

OKTA-221606-OIDC iOS: Keychain read with long keys fails - 4a5b5ce

Release 3.0.0

19 Apr 17:53
Compare
Choose a tag to compare

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 have OktaOidc 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