ucenter YII 整合 UCenter 文件

Yii整合UCENTER 项目托管地址 http://code.google.com/p/ucenterforyii/

版权归所有支持yiiframework的PHPer使用

如您有更好解决方法

请联系 nimanyi#gmail.com QQ:962950 url:http:://www.dedecm.cn

使用方法

按照目录结构拷贝到本地

可以根据需要进行修改,但是修改后需要修改相应文件中的目录地址

使用方法: 在ucenter添加新的应用 接口的地址为

http://youdomain/api

然后通讯成功后拷贝ucenter生成的配置文件到 config.inc.php

接下来的工作就是 修改 main.php 在 user的配置里面加入

'stateKeyPrefix'=> 'tuan_site', 

即可 这里为cookie的加密KEY 可以修改 修改后需要同步修改接口的这个字段 保持一致

// application components
        'components'=>array(
                'user'=>array(
                        'class' => 'WebUser',
                        // enable cookie-based authentication
                        'allowAutoLogin'=>true,
                        'stateKeyPrefix'=> 'tuan_site',
                ),

使用方法 在需要使用的时候加入如下 即可 其他的方法参考ucenter api手册

Yii::import('application.vendors.*');
require_once('ucenter.php');

更多帮助 请关注 更新或建议

0 10
4 followers
95 downloads
Yii Version: 1.1
License: (not set)
Category: Auth
Tags: ucenter
Developed by: yufan
Created on: Nov 25, 2010
Last updated: 13 years ago