ably / laravel-broadcaster

Official Laravel Ably Broadcaster
https://laravel.com/docs/broadcasting
Apache License 2.0
47 stars 7 forks source link

Modify keyName for `capability` #14

Closed sacOO7 closed 1 year ago

sacOO7 commented 1 year ago
sync-by-unito[bot] commented 1 year ago

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-2937

sacOO7 commented 1 year ago
  • Possibly replace with rarely used reserved keyword, since capability is a commonly used property for a user. e.g. channel-capability, channel-permissions, channel-authz, channel-access etc

uc-access => user-channel-access seems to be the appropriate name for the key, since for each individual user, channel access is granted.