Skip to content

Instantly share code, notes, and snippets.

@ToeJamson
Created October 22, 2013 23:15
Show Gist options
  • Select an option

  • Save ToeJamson/7109841 to your computer and use it in GitHub Desktop.

Select an option

Save ToeJamson/7109841 to your computer and use it in GitHub Desktop.
Secure Chat using PubNub Access Manager
pubnub.grant({
channel : 'chat',
auth_key : 'abxyz12-auth-key-987tuv',
read : true,
write : true,
ttl : 1
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment