SimpleAuth
SimpleAuth copied to clipboard
Simple social authentication for iOS.
When logging in with newly created google account crashed the app..
Adds `access_type` parameter to default options. If nothing was set for this parameter, its default value is `online`. I added this if you want to request a refresh token from...
Added a provider for Mail Chimp (http://mailchimp.com/)
Adding support for constantcontact.com
Hello Caleb! for test client_id = 4742240
I updated to latest `0.3.9` version after solving Cocoapods issue referenced in #111 and #112 and #113 (etc.) by updating the Podfile to request the `:HEAD` version of two dependencies....
Hello I have set the configuration lie this: SimpleAuth.configuration[@"google-web"] = @{ @"scope" : @"openid email", @"client_id" : @"", @"client_secret" : @"", @"redirect_uri": @"http://localhost", @"response_type" : @"code" }; but the response...
Hello! Firstly, this is such a sweet framework. Really easily integrated and removes much hassle. Great job! I've been seeing an issue with Facebook Login. I've created a FB developer...