What’s the right way to offer public channels on PubNub? -
i have application serves multiple customers. part of workflow, use pubnub realtime messaging customers, offering 1 channel per customer. give customers subscription key can use listen messages on particular channel.
is supported scenario on pubnub? what’s right way set up? assume setup on side , handle billing, while handing customers subscription keys channels. now, on pubnub account, see 1 “subscribe key”. keys , customer data isolated 1 another.
you should use pam access manager feature handling this. in addition subscribe key provide customers auth-token. can grant access auth-token publish/subscribe specific set of channels. can find more details here: http://www.pubnub.com/docs/javascript/tutorial/access-manager.html
Comments
Post a Comment