Releases: okta/okta-auth-swift
Releases · okta/okta-auth-swift
Release 2.0.1
Bug fixes:
- AuthN iOS SDK: SDK sends incorrect version in User-Agent header field 2e6fad8
Release 2.0.0
Release 1.3.0
Release 1.2.0
Bug fixes:
- Fix accessibility attributes 47ab151
Release 1.1.0
- Bug fixes
- Unit tests - overall coverage ~70%
Release 1.0.0
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
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
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