Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andacata/HybridIgniter

HybridAuth - CodeIgniter integration
https://github.com/andacata/HybridIgniter

Last synced: about 2 months ago
JSON representation

HybridAuth - CodeIgniter integration

Awesome Lists containing this project

README

        

# HybridIgniter

A simple [HybridAuth](http://hybridauth.sourceforge.net/) - [CodeIgniter](http://ellislab.com/codeigniter) integration.

## Versions
- HybridAuth 2.1.2
- CodeIgniter 2.1.3

## Installation
1. Drop the provided files into the CodeIgniter project
2. Configure the providers inside the application/config/hybridauthlib.php file
3. Modify the controller example supplied (application/controller/hauth.php) to fit your needs

## How to use
The only thing you need is to put as many links as you need pointing to "http://<yourdomain>/index.php/hauth/login/<provider>", ex.:

Log in with Twitter

Log in with Facebook

Log in with LinkedIn

Also, you can visit "http://<yourdomain>/index.php/hauth" to see some examples.

If you need more complete examples, you can visit the Dovy's fork: https://github.com/dovy/HybridIgniter