Lock.swift

A Swift & iOS framework to authenticate using Auth0 and with a Native Look & Feel

MIT License

Stars
260
Committers
23

Bot releases are hidden (Show)

Lock.swift - 1.22.0

Published by hzalaz almost 9 years ago

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)
Lock.swift - 1.21.1

Published by hzalaz almost 9 years ago

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)
Lock.swift - 1.21.0

Published by hzalaz almost 9 years ago

Full Changelog

Merged pull requests:

Lock.swift - 1.20.0

Published by hzalaz almost 9 years ago

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)
Lock.swift - 1.19.2

Published by hzalaz about 9 years ago

Full Changelog

Merged pull requests:

  • Add +sharedInstance for A0Lock #177 (hzalaz)
  • Remove connection requirement for ro with jwt #176 (hzalaz)
Lock.swift - 1.19.1

Published by hzalaz about 9 years ago

Full Changelog

Merged pull requests:

Lock.swift - 1.19.0

Published by hzalaz about 9 years ago

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)
Lock.swift - 1.18.0

Published by hzalaz about 9 years ago

Full Changelog

Fixed bugs:

  • fetchNewIdTokenWithRefreshToken is missing a parameter #162

Merged pull requests:

Lock.swift - 1.17.0

Published by hzalaz about 9 years ago

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:

Lock.swift - 1.16.1

Published by hzalaz about 9 years ago

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)
Lock.swift - 1.16.0

Published by hzalaz about 9 years ago

Full Changelog

Merged pull requests:

  • Remove deprecated native integrations #140 (hzalaz)
  • Use WKWebView for web flow authentication #139 (hzalaz)
Lock.swift - 1.15.1

Published by hzalaz about 9 years ago

Lock.swift - 1.15.0

Published by hzalaz about 9 years ago

Full Changelog

Merged pull requests:

Lock.swift - 1.13.0

Published by hzalaz about 9 years ago

Full Changelog

Implemented enhancements:

  • Specify DB connection for TouchID #120
  • Support disableSignupAction and disableChangePassword #114
  • Add default headers with SDK version for API calls #102

Fixed bugs:

  • Allow API v2 endpoint to be configurable #103

Merged pull requests:

  • Use custom api domain instead of generic one #125 (hzalaz)
  • Set default DB connection for TouchID authentication #124 (hzalaz)
  • Auth0 client Header information #123 (hzalaz)
  • Feature hide SignUp & Reset Password buttons #122 (hzalaz)
Lock.swift - 1.14.0

Published by hzalaz about 9 years ago

Full Changelog

Implemented enhancements:

  • Show errors returned from Rules #119

Closed issues:

  • Clean up warnings #127

Merged pull requests:

  • Add nullability macros for better swift support #133 (hzalaz)
  • Add methods to return user & app metadata from A0UserProfile #132 (hzalaz)
  • Use passwordless endpoint #131 (hzalaz)
  • Display error returned by a Auth0 rule #130 (hzalaz)
  • Build issues & warnings #128 (hzalaz)
Lock.swift - 1.12.1

Published by hzalaz about 9 years ago

Full Changelog

Implemented enhancements:

  • Update Facebook SDK #97

Merged pull requests:

  • Fix issues when building as a Cocoa Touch Framework #121 (hzalaz)
Lock.swift - 1.12.0

Published by hzalaz about 9 years ago

Full Changelog

Implemented enhancements:

  • Move social integrations to an independent pod #113

Fixed bugs:

  • UITheme is using a iOS 8+ API #111

Closed issues:

  • unlinkAccountWithUserId uses application client ID, but v1 /unlink API requires global_client_id #108

Merged pull requests:

  • Deprecate social subspecs (FB, G+ & Twitter) #118 (hzalaz)
  • Move FB native auth to a independent library #117 (hzalaz)
  • Fix crash issue iOS 7 and placeholder text color #116 (hzalaz)
  • Deprecate A0APIClient & A0IdentityProviderAuthenticator singletons #115 (hzalaz)
Lock.swift - 1.11.3

Published by hzalaz about 9 years ago

Full Changelog

Fixed bugs:

  • A0AuthParameters does not implement NSCopying properly #104
  • SignUp disclaimer view is not displayed #99

Merged pull requests:

Lock.swift - 1.11.2

Published by hzalaz about 9 years ago

Lock.swift - 1.11.1

Published by hzalaz about 9 years ago

Full Changelog

Closed issues:

  • Support for dynamic fwk #62

Merged pull requests:

  • Fix custom disclaimer view layout. #100 (hzalaz)