Skip to content

Releases: auth0/Lock.swift

1.22.0

23 Dec 16:09
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Add an option to use Webview with ADFS connections #207
  • Send login_hint parameter for all email/username requests #199

Merged pull requests:

  • Force web authentication for enterprise connections #208 (hzalaz)
  • Allow any region in CDN #203 (hzalaz)
  • Remove CFBundleExecutable from Bundle plist #202 (hzalaz)
  • Send login_hint parameter in authorize #200 (hzalaz)

1.21.1

04 Dec 22:02
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Alert without action when client id is invalid #192
  • Success block called before dismissing web view. #191

Merged pull requests:

  • Fix Alerts without button #198 (hzalaz)
  • Dismiss WKWebView controller before callback calls #197 (hzalaz)
  • Make password placeholder in Change Password to be "New Password" #196 (hzalaz)

1.21.0

05 Nov 21:26
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

1.20.0

21 Oct 22:42
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Safari View Controller? #163

Fixed bugs:

  • Password strength validation alert does not display what is missing #179

Merged pull requests:

  • Read Auth0 credentials from Auth0.plist (optional) #184 (hzalaz)
  • Custom SignUp UIViewController #183 (hzalaz)
  • SafariViewController for IdP without native integration #182 (hzalaz)
  • Passwordless authentication with Magic Link (iOS 9+) #181 (hzalaz)
  • Parse when password should include all sets error message #180 (hzalaz)

1.19.2

08 Oct 22:57
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • Add +sharedInstance for A0Lock #177 (hzalaz)
  • Remove connection requirement for ro with jwt #176 (hzalaz)

1.19.1

30 Sep 14:01
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

1.19.0

26 Sep 02:14
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Native integrations for arbitrary connection name #159

Closed issues:

  • Mismatch for custom oauth2 strategies #164

Merged pull requests:

  • Clean iOS 9 warnings #172 (hzalaz)
  • Handle correctly multiple connection per strategy #171 (hzalaz)
  • Add Email passwordless connection (send code only) #169 (hzalaz)
  • Start passwordless with email (code only) in API client #168 (hzalaz)
  • Xcode 7 #167 (hzalaz)

1.18.0

15 Sep 22:22
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • fetchNewIdTokenWithRefreshToken is missing a parameter #162

Merged pull requests:

1.17.0

11 Aug 18:59
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Allow to change (and localize) "Cancel" button on WebView auth #152
  • Handle network timeout for A0WebKitViewController #151
  • Customize WKWebView based auth UI #149

Fixed bugs:

  • Username field does not inherit A0ThemeTextFieldTextColor #148

Merged pull requests:

1.16.1

11 Aug 18:59
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Option to use WKWebView #64

Fixed bugs:

  • Fix signature for signup with email method #144
  • When app supports landscape Lock is displayed landscape #142

Merged pull requests:

  • Fix wrong type of callback in signup #146 (hzalaz)
  • Fix subscript support in Swift for A0AuthParameters #145 (hzalaz)
  • Force all views that have autorotate disabled to portrait orientation. #141 (basejumper9)