Revision #3 has been created by CeBe on Apr 14, 2014, 6:10:13 AM with the memo:
changed yii version
« previous (#2)
Changes
Title
unchanged
HOW TO: Use token based authentication
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
webservice, token, Authentication, CWebUser
Content
unchanged
[...]
'allowAutoLogin'=>true,
'loginUrl' => array('access/login'),
//'loginRequiredAjaxResponse'=>'{"error":403,"message":"User not authenticated"}',
),
[...]
```