Git Product home page Git Product logo

authkit's Introduction

AuthKit

![Issues on Waffle](https://img.shields.io/badge/issues on-Waffle-blue.svg) ![Built by Dominus](https://img.shields.io/badge/built by-Dominus-brightgreen.svg) Build Status ![Obj-C Code](https://img.shields.io/badge/code in-Objective--C-yellow.svg) Pod Version Pod Platform Pod License

AuthKit provides a system to login into multiple online (social) services. Use a custom-built view controller to display login interface for any AuthKit supported service. It's main purpose is solving the implementation of login system in every application with a simple easy to use interface.

AuthKit is to authentication as to what ARAnalytics is to all analytics providers. It wraps multiple SDK's and provides configured AFNetworking clients which you can use to communicate with the service REST API directly, such as Facebook's Graph API. Or you can use the underlying library directly for specific functionality.

Features

  • Easily login to the next services:
  • Request logined user details for each service.
  • Dynamic and customizable user interface for logging in into each service (or implement your own).
  • Completely extensible clients and UI.
  • A single, simple API to use with every service.

The Story

AuthKit was originally developed because a fairly simple project needed to make GitHub API calls, but used AFNetworking 2.x throughout entire project. Since AFNetworking 1.x and 2.x are incompatible with different APIs, many existing wrapper libraries (such as OctoKit) cannot be used if 2.x version is installed as a Cocoa Pod, due to dependency conflicts.

From there the library was extended to support multiple login services and tools to aid with authentication on iOS.

Install

The easiest way to install AuthKit is with CocoaPods.

pod 'AuthKit'

As alternative install method, you can manually drag & drop files from the repository into your Xcode project.

If you wish to install only specific services of AuthKit (for example, only install Facebook and Twitter login clients), use separate subspecs.

pod 'AuthKit/Facebook'
pod 'AuthKit/Twitter'

The example above will only install AKClient implementations of Facebook and Twitter. If you are also going to use AuthKit interface extensions, such as login screen, also include:

pod 'AuthKit/Interface'

Documentation

The entire AuthKit documentation is available on Wiki and on CocoaDocs.

Contact

Dal Rupnik

License

AuthKit is available under the MIT license. See LICENSE file for more information.

authkit's People

Contributors

legoless avatar waffle-iron avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.