Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trustmaster/cot-hybridauth
Self-hosted single sign-on solution for Cotonti
https://github.com/trustmaster/cot-hybridauth
Last synced: 23 days ago
JSON representation
Self-hosted single sign-on solution for Cotonti
- Host: GitHub
- URL: https://github.com/trustmaster/cot-hybridauth
- Owner: trustmaster
- Created: 2012-12-24T19:24:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-14T07:17:28.000Z (over 11 years ago)
- Last Synced: 2024-10-15T21:29:50.352Z (2 months ago)
- Language: PHP
- Size: 386 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# HybridAuth plugin for Cotonti
[HybridAuth](hybridauth.sourceforge.net) is a self-hosted single sign on solution for PHP.
## Requirements
* Cotonti >= 0.9.11
* PHP extensions: curl, json## Installation
1. Copy the plugin to your Cotonti plugins folder.
2. Install it in Administration / Extensions.
3. Edit plugins/hybridauth/conf/hybridauth.config.php according to [HybridAuth User Guide](http://hybridauth.sourceforge.net/userguide/Configuration.html).
4. Go to Administration / Configuration / HybridAuth and click Update.
5. Add `{PHP|hybridauth_login}` to your theme's login.tpl and `{PHP|hybridauth_accounts}` to your theme's users.profile.tpl.