Releases: okta/okta-oidc-ios
Releases · okta/okta-oidc-ios
Release 2.1.0
Release 2.0.0
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
6550997
,11b2dce
, -21f666c
- Restored missing storage of auth state after login018326a
- Improved plist parsing errors
Other
e3fadd4
- Use User-Agent header (#66)e3fadd4
- Swift 4.2 support (#73)70d4a6b
- Update to latest AppAuth package (#77)
Breaking Changes
1.0.0 Release
Features
8acfe1a
- Adds ability to pass additional params to/authorize
endpoint (#32)40226fe
- AddsgetUser
helper method to return user data328ad40
- Adds helper method for determining and resuming the previous authentication state (#21, #53)0277fc3
- Adds id token validation4be608e
- 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 library8ea12c7
- Update error messagese8a3882
- Caches discovery document for easy accessb28ecd5
- Code cleanup