Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.