Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support article for "private" channels / revisit docs #930

Open
mattheworiordan opened this issue Aug 1, 2020 · 2 comments
Open

Support article for "private" channels / revisit docs #930

mattheworiordan opened this issue Aug 1, 2020 · 2 comments
Assignees
Labels
api-reference Anything that appears below the API reference blue fold

Comments

@mattheworiordan
Copy link
Member

mattheworiordan commented Aug 1, 2020

Question from customer:

Hey there, was wondering about having "private" channels. I need to have a secure way to publish to different clients while one can't read or subscribe to the other's data.
What I thought while reading your docs was generating random hard-to-guess channel names per client and also encrypting them with per-client ciphers. Is this the way to go with Ably? Thanks.

I asked if he was referring to private channels because that is Pusher terminology:

TBH, I'm new to realtime mesaging services so I don't have any established terminology yet.

So this indicates we need to better address this need in our docs, or at least improve our solution articles that are suggested automatically.

Here is his journey through the docs:

screenshot_2020-08-01_07-53-51_pm

┆Issue is synchronized with this Jira Task by Unito

@mattheworiordan mattheworiordan added api-reference Anything that appears below the API reference blue fold knowledge-base Content for the helpdesk website (HISTORICAL USE ONLY, PEASE DO NOT USE) labels Aug 1, 2020
@MarkWoulfeAbly
Copy link
Contributor

@mattheworiordan do we currently offer the ability to create 'private channels'?

@mattheworiordan
Copy link
Member Author

do we currently offer the ability to create 'private channels'?

No, we don't offer "private" channels as such because every channel is both public and private, and access to channels is controlled via Ably's authentication, see https://www.ably.io/documentation/core-features/authentication#capabilities-explained.

Also, see the conversation with the customer at https://app.intercom.com/a/apps/ua39m1ld/inbox/inbox/search?assigneeIdentifier=all&q=Hey%20there%2C%20was%20wondering%20about%20having%20%22private%22%20channels

@MarkWoulfeAbly MarkWoulfeAbly removed the knowledge-base Content for the helpdesk website (HISTORICAL USE ONLY, PEASE DO NOT USE) label Aug 11, 2020
@ably-sync-bot ably-sync-bot changed the title Support article for "private" channels / revisit docs Support article for "private" channels / revisit docs Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-reference Anything that appears below the API reference blue fold
Development

No branches or pull requests

3 participants