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
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.