Skip to content

Releases: okta/okta-auth-swift

Release 2.0.0

02 Jul 23:58
bf949db
Compare
Choose a tag to compare

Breaking changes:

Automatic polling of push factor has been deleted. Please use pushFactor.checkFactorResult() function and implement polling in your code

Release 1.3.0

28 May 21:37
b3e9c62
Compare
Choose a tag to compare

Features:

Bug fixes:

  • Session property should be optional, as it doesn't exist for unlock account flow 136c0a4

Misc

  • Get okta-auth-swift SDK to 80% unit coverage 5d6385b

Release 1.2.0

17 May 20:54
7bc121b
Compare
Choose a tag to compare

Bug fixes:

  • Fix accessibility attributes 47ab151

Release 1.1.0

10 May 17:51
af1696f
Compare
Choose a tag to compare
  • Bug fixes
  • Unit tests - overall coverage ~70%

Release 1.0.0

29 Apr 19:56
363b66e
Compare
Choose a tag to compare

SDK targets iOS 10+ and Swift 4.2

Features:

  • Primary authentication - allows you to verify username and password credentials for a user.
  • Multifactor authentication (MFA) - strengthens the security of password-based authentication by requiring additional verification of another factor such as a temporary one-time password or an SMS passcode. This SDK supports user enrollment with MFA factors enabled by the administrator, as well as MFA challenges based on your Okta Sign-On Policy.
  • Unlock account - unlocks a user account if it has been locked out due to excessive failed login attempts.
  • Recover password - allows users to securely reset their password if they've forgotten it.
  • Restore authentication/unlock/recover transaction with the state token

Release 0.2.0 beta

02 Apr 22:22
a3920c2
Compare
Choose a tag to compare
Release 0.2.0 beta Pre-release
Pre-release

Bug fixes:

AuthN iOS SDK: Incorrect url link is used for skip password functionality - e9a6d6a7d5
Fixed access level of LinksResponse properties so that could be accessed for SDK clients - 5ac74ed

Release 0.1.0 Beta

01 Mar 22:13
0dfe132
Compare
Choose a tag to compare
Release 0.1.0 Beta Pre-release
Pre-release

SDK targets iOS 10+ and Swift 4.2

Features:

  • Basic authentication flow
  • Change password flow
  • Support of basic MFA's: sms, totp, question and push