This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
Releases: calebd/SimpleAuth
Releases · calebd/SimpleAuth
SimpleAuth 0.3.2
Provider changes:
- Instagram provider now accepts scope
Internal changes:
- Fix bug where tapping "Cancel" in any of the web view controllers would not result in appropriate errors being reported to the caller
- Make system providers (Twitter and Facebook) behave more like other providers
- Remove
SimpleAuthSystemProvider
class - Add category on
ACAccountStore
to assist with fetching system accounts
SimpleAuth 0.3.1
SimpleAuth 0.3.1 brings a set of new providers and minor changes to the internal API.
New providers:
- Meetup
- Foursquare
- Dropbox
- Facebook web
- Tumblr
API Changes:
- New class loader. Providers no longer need to register themselves with SimpleAuth. This is all done automatically.
- Replace query string serialization with
CMDQueryStringSerialization
. Removes dependency onSAMCategories
. - Internalize some logic for web view controllers to make that API easier to work with.
- Bug fixes in providers.
SimpleAuth 0.3.0
This is the first stable version of SimpleAuth.