[
https://issues.apache.org/jira/browse/SHINDIG-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacky Wang updated SHINDIG-1109:
--------------------------------
Attachment: anonymous_shindig.patch
code review here: http://codereview.appspot.com/91091
> 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
> 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.