Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andacata/HybridIgniter
HybridAuth - CodeIgniter integration
https://github.com/andacata/HybridIgniter
Last synced: 12 days ago
JSON representation
HybridAuth - CodeIgniter integration
- Host: GitHub
- URL: https://github.com/andacata/HybridIgniter
- Owner: andacata
- Created: 2012-03-16T17:25:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T08:32:09.000Z (over 7 years ago)
- Last Synced: 2024-08-01T13:18:08.500Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 370 KB
- Stars: 140
- Watchers: 24
- Forks: 84
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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 LinkedInAlso, 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