TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | BSD |
ReleasedLast Release | Dec 2014 |
Maintained by Alexey Aleshkov.
Let Me Auth! - as simple as possible authorization library for use with backends.
Very often we have to add authorization in a mobile application through the built-accounts or through native SDK. Each library for the social network provides a fairly sophisticated mechanisms for authorization. Each library creates her own shared instance of session. Method "application:openURL:sourceApplication:annotation:" increases more and more and more.
Who is responsible for the whole authorization process? Where the code that performs the authorization process is localized? Who is responsible for the destruction of these sessions? ViewController or AppDelegate? Or, maybe, something else?
This library is designed to simplify the process of authorization for applications that require a client-server authorization using the built-in social networking accounts. It implements a common strategy authorization and provides a simple mechanism for passing the authorization process.
If you want to pass access tokens to backend, you must follow these guidelines:
Example of integration for iOS based on LMAStubProvider.
Alexey Aleshkov
LetMeAuth is available under the BSD 2-Clause license. See the LICENSE
file for more info.