Hi everybody, I would like to try Shindig (Java version) with real security tokens.
After looking around, I saw that, in the sample container, the "default" non secure security tokens are generated client-side by samplecontainer.js::generateSecureToken() (the not so well named :-p) If I want to give a try to the secure security tokens, is it mandatory to use a custom container (ie a kind of dynamically generated samplecontainer.html & associated .js) and make my tokens generated server side ? Or is there a kind of magic to generate this kind of token like it is done for the non secured ones ? Regards -- Thomas Sauzedde

