SimpleAuth
SimpleAuth copied to clipboard
Simple social authentication for iOS.
I'm receiving ``` "Www-Authenticate" = "OAuth \"Facebook Platform\" \"invalid_token\" \"Error validating access token: The session has been invalidated because the user has changed the password.\""; ``` How to refresh token...
Hi, as I can see, you are carefully fill tags and labels for issues in your repo. For such cases I create a [github_changelog_generator](https://github.com/skywinder/github-changelog-generator), that generate change log file based...
I've implemented provider for Vimeo authentication.
Gender and link fields appears to be optional.
Add `feedly-web` provider.
Hi again, Here is an implementation of Facebook SSO. It has the same requirements as Facebook SDK, which are: - the developer has to handle callback with `- (BOOL)application:(UIApplication *)application...
Added re-auth for tokens that expire by adding a new method that allows a user to pass in an existing token returning a new token with a later expiration date....
I keep getting this error. `'SimpleAuthProvider.h' file not found`. The only thing I've done is create a new project, create a podfile, added `import SimpleAuth` to ViewController.swift, and compile. Podfile...
``` - (void)presentActionSheet:(UIActionSheet *)actionSheet { UIWindow *window = [UIWindow SimpleAuth_mainWindow]; [actionSheet showInView:window]; } ``` Not working on iOS8. It doesn't work because Apple changed internal implementation of UIActionSheet. Can you...