feedhenry / fh-ios-sdk

FeedHenry iOS (Objective-C) SDK
http://feedhenry.org
Apache License 2.0
6 stars 16 forks source link

Fhmobsdk 57 update auth api #24

Closed wei-lee closed 9 years ago

wei-lee commented 9 years ago

There are mainly two changes in this PR:

  1. New auth APIs for managing session tokens. Now the value of sessionToken returned in the FH.Auth requests will be persisted on device, and send to the cloud requests automatically. New APIs are added to check/remove/verify the sessionTokens.
  2. Generate the starter project template for Github releases. We still need the old starter project template as part of the Github releases. So added the templates back in and created a script to generate the files required by Github releases automatically.

Run the tests to verify.

wei-lee commented 9 years ago

@cvasilak mind to review?

cvasilak commented 9 years ago

:eyes: on it

cvasilak commented 9 years ago

@wei-lee seems the FHDataManager.{h.m} files are not included in the PR, might to check?

wei-lee commented 9 years ago

@cvasilak The files are ignored, now they are added back in.

cvasilak commented 9 years ago

did the following:

opened a small PR https://github.com/feedhenry/fh-ios-sdk/pull/25 with some polish noticed in.

:+1: to merge afterwards

wei-lee commented 9 years ago

@cvasilak Thanks a lot.