[
https://issues.apache.org/jira/browse/SHINDIG-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacky Wang reopened SHINDIG-1109:
---------------------------------
Change to another way to implement it.
The anonymous viewer test now short-circuited in the Shindig level --- it not
even hit the data storage level. Thus any Shindig based container will obtain
this feature automatically without any work.
> Supports anonymous viewer in PHP Shindig
> -----------------------------------------
>
> Key: SHINDIG-1109
> URL: https://issues.apache.org/jira/browse/SHINDIG-1109
> Project: Shindig
> Issue Type: New Feature
> Components: PHP
> Environment: N/A
> Reporter: Jacky Wang
> Assignee: Chris Chabot
> Fix For: 1.1-BETA1
>
> Attachments: anonymous_shindig.patch
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> for an anonymous viewer, Shindig people API will response a Person object
> with:
> id = -1
> isOwner = $token->isAnonymous() ? true : false
> isViewer = $token->isAnonymous() ? true : false
> name = anonymous_user
> displayName = Guest.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.