RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.

Home Page:https://rocketchat.github.io/Rocket.Chat.Apps-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow using the user created by the Apps Engine to perform Rest request

cuonghuunguyen opened this issue · comments

As we allow create bot user with the Apps Engine, we might need to use that user to call some API requests. That will allow the Apps to perform more tasks like querying the rooms / users with pagination.

There are 2 ways that we could support it:

  • Allow passing password along with the user data
  • Allow getting the BOT user access token