Releases: auth0/Lock.swift
Releases · auth0/Lock.swift
1.14.0
Full Changelog
Implemented enhancements:
- Show errors returned from Rules #119
Closed issues:
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)
1.13.0
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)
1.12.1
Full Changelog
Implemented enhancements:
Merged pull requests:
- Fix issues when building as a Cocoa Touch Framework #121 (hzalaz)
1.12.0
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)
1.11.3
Full Changelog
Fixed bugs:
- A0AuthParameters does not implement NSCopying properly #104
- SignUp disclaimer view is not displayed #99
Merged pull requests: