Skip to content

Releases: okta/okta-oidc-ios

Release 2.0.0

18 Jan 21:48
Compare
Choose a tag to compare

This major release adds Swift 4.2 support and fixes sign-out.

This release also removes support for native sign-in using the Resource Owner Password flow. We are building a better alternative that allows native (non-browser) sign-in without the security downside of the Resource Owner Password flow. This will be included in 2.1 that we will release soon. If you're currently using the login(username, password) method, wait for version 2.1 to upgrade.

Features

Fixes

Other

Breaking Changes

1.0.0 Release

23 Jan 00:03
df9db4f
Compare
Choose a tag to compare

Features

  • 8acfe1a - Adds ability to pass additional params to /authorize endpoint (#32)
  • 40226fe - Adds getUser helper method to return user data
  • 328ad40 - Adds helper method for determining and resuming the previous authentication state (#21, #53)
  • 0277fc3 - Adds id token validation
  • 4be608e - Updates sample application UI

Fixes

  • ae53238 - Fixes issue where tokens couldn't be refreshed when using the Resource Owner Password Flow

Other

  • 5180e3a - Update secure storage library
  • 8ea12c7 - Update error messages
  • e8a3882 - Caches discovery document for easy access
  • b28ecd5 - Code cleanup

Breaking Changes

  • 5caec69, a60fd7c - Convert a few closures to promises
  • 2b53f09 - Scopes passed via Plist must be a space separated String
  • 66cdc50 - Check for expiration on access token retrieval