Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Releases: calebd/SimpleAuth

SimpleAuth 0.3.2

28 Jan 01:08
Compare
Choose a tag to compare

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

24 Jan 22:18
Compare
Choose a tag to compare

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 on SAMCategories.
  • Internalize some logic for web view controllers to make that API easier to work with.
  • Bug fixes in providers.

SimpleAuth 0.3.0

21 Jan 02:31
Compare
Choose a tag to compare

This is the first stable version of SimpleAuth.