As shown in the attached patch.

Comments

ramsharma2005’s picture

Hi,

I think it is far better to use it from token instead of 4appId because of security reasons. Shindig does not check for any sessions and other private data. It checks for valid token only, so the token is the final reliable entity for shindig.

So, we would like to stick with the current implementation. Please let me know if you have any other reasons to use it from $appId.

proppy’s picture

Thanks for the reply.

For some reason token->getAppId() does not match $appId in our setup, further debugging will be needed in order to figure it out.