-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
30 lines (22 loc) · 1.03 KB
/
README
File metadata and controls
30 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
------------------------------------------------------------
PHP OpenId Library for Codeigniter v2.0
------------------------------------------------------------
Author: danny.tran@digisynd.com
Based on the PHP OpenID library by JanRain, Inc.
------------------------------------------------------------
REQUIREMENTS
------------------------------------------------------------
* Memcached
* PHP 5.2.X
------------------------------------------------------------
INSTALLATION
------------------------------------------------------------
1) Copy the files in /copy_files_over to their corresponding folders in the
main application folder.
2) Edit the files in the application directory with values from the corresponding
files in /edit_existing_files
3) Customize your openid installation by editing the new
/application/third_party/openid/config/openid.php file
$config['openid_user_url'] : the openid endpoint for the user
$config['openid_exclude_controllers'] : array of controllers you do not want to
require openid login for.