SimpleAuth
SimpleAuth copied to clipboard
Simple social authentication for iOS.
I'm pretty sure I have everything set up correctly. When I launch my app, I get the Foursquare login screen. After I log in, the output from both the responseObject...
Hi Caleb, With @kornifex we are facing another issue when our user wants to cancel the `authorize` request. Sorry but we don't have time at the moment to fix this...
Hello, While implementing the Twitter provider, we stumbled upon a fringe issue: our iOS Twitter account was logged in the settings, but revoked on Twitter side (using their web interface)....
Hi! What do you think about using constants for the keys in the configuration dictionaries? It would be nice that each provider has the constants that it expects for the...
This could be done with one of two approaches: - Put all authorizations on a serial queue and run them one at a time - Fail and return an error...
One thing that seems to be missing is a method that performs a "silent login" attempt on login using a previously saved auth token. Without this, the user would need...