1.0.0-beta.2 (2016-06-09)
Added:
- Authenticate a user using web-based authentication with Auth0, e.g. social authentication. (iOS Only) #19,#20 & #24 (hzalaz)
- Load Auth0 clientId & domain from a plist file #21 (hzalaz)
- Request Logging support #23 (hzalaz)
Fixed:
1.0.0-beta.1 (2016-05-25)
Added:
- Auth0 Authentication API endpoints, now you can use Auth0.swift to write your own login box.
Changed:
- Dropped support for iOS 8
- Reworked Swift API and updated to Swift 2.2
- Removed Alamofire as dependency, all networking is done with
NSURLSession
directly - Request callbacks, in Swift, have a single value of enum
Result<Payload,ErrorType>
- Improved code docs
0.3.0 (2016-04-25)
Closed issues:
- Alamofire dependency #5
Merged pull requests:
- Update dependencies and fix compile issues #7 (hzalaz)
- Load domain from Auth0.plist if not in main infoDictionary #4 (bradfol)
0.2.0 (2015-09-17)
Merged pull requests:
0.1.2 (2015-07-03)
Merged pull requests:
0.1.1 (2015-07-02)
0.1.0 (2015-07-02)
* This Change Log was automatically generated by github_changelog_generator