Ability to generate multiple access tokens for bots #5990
-
Currently, a bot user can only have one access token for its bot user. With more access tokens, we would be able to split different functionalities of the bot into separate instances, with each one only getting the data they need, with each access token scoped to the intents they need (multiple bot users would not cut because those multiple parts might share data amongst one another). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can already set up multiple services with their own Gateway connections, each using different intents. It does not require having different tokens with different data access. |
Beta Was this translation helpful? Give feedback.
You can already set up multiple services with their own Gateway connections, each using different intents. It does not require having different tokens with different data access.