[
https://issues.apache.org/jira/browse/SHINDIG-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Chabot resolved SHINDIG-1109.
-----------------------------------
Resolution: Fixed
Fix Version/s: trunk
Assignee: Chris Chabot
Patch LGTM, committed.
Ps, could you add support to partuza as well? (Seems you should be able to
duplicate the change from JsonDbOpensocialService.php easily enough?)
Thanks!
> 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: trunk
>
> 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.