Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Releases: AnderGoig/InstagramLogin

1.3.0

13 Dec 17:43
426c7e7
Compare
Choose a tag to compare

Added

  • New option to set all the scope permissions using: instagramLogin.scopes = [.all].
  • New method reloadPage() in case you want a button (on the UINavigationBar maybe) to refresh the WKWebView (see the Example project).

Changed

  • The process of login has been redesigned, now it uses the delegate pattern instead of completion: method.
  • The Example project has been updated with those changes.

1.2.1

27 Nov 23:00
Compare
Choose a tag to compare

Fixed

  • Carthage building problem (#1).

1.2.0

03 Nov 16:06
Compare
Choose a tag to compare

Added

  • Error handling for invalid requests.
  • Code is now simpler and more clean.

Changed

  • Library renamed from IGAuth to InstagramLogin.

Removed

  • 1Password library extension.

1.1.0

20 Sep 21:32
Compare
Choose a tag to compare

Added

  • Code is now simplier and more clean.

Changed

  • Now you don't need your Client Secret to authenticate, so you don't have to store it into your client.
  • The Progress View now uses the new block-based KVO.

Removed

  • On successful logins, the information about the authenticated user is not returned any more, just the access token.

1.0.3

13 Sep 17:36
Compare
Choose a tag to compare

Fixed

  • The progress view now automatically adjusts, regardless of top bar height.

1.0.2

09 Sep 23:06
Compare
Choose a tag to compare

Added

  • Carthage support.

1.0.1

09 Sep 15:16
Compare
Choose a tag to compare

Added

  • Travis CI support.

Fixed

  • Pod configuration files.

1.0.0

09 Sep 00:54
Compare
Choose a tag to compare

Added

  • Initial release of IGAuth.