You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a REST API served by the application for other apps to communicate with.
Example use case:
The ITWS server uses this bot to verify members, and then a separate bot is used to automate channel creation and such. It depends upon knowing the associations between Discord account and RCS ID, which in the latest version of this bot is not available unless directly connecting to the same database. If this bot served an API on a per-server-basis, an approved application could query for those associations.
The text was updated successfully, but these errors were encountered:
For extra security, an API request should only return the associations for users who are on the server of the api_key owner. API keys should be moved to clients instead of users.
There should be a REST API served by the application for other apps to communicate with.
Example use case:
The ITWS server uses this bot to verify members, and then a separate bot is used to automate channel creation and such. It depends upon knowing the associations between Discord account and RCS ID, which in the latest version of this bot is not available unless directly connecting to the same database. If this bot served an API on a per-server-basis, an approved application could query for those associations.
The text was updated successfully, but these errors were encountered: