botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
33 stars 37 forks source link

feat(cloud): Personal Access Tokens #378

Closed spg closed 1 year ago

spg commented 1 year ago

Handles Personal Access token flow in the Studio

See https://linear.app/botpress/issue/BUS-645/support-personal-access-tokens-in-studio

Closes BUS-645

allardy commented 1 year ago

Clicking on the button brings me to an invalid page: image

image

call to action is a bit unclear, "token invalid" is an "error message" but opens a page

spg commented 1 year ago

@allardy

linear[bot] commented 1 year ago
BUS-645 Support Personal Access Tokens in Studio

The biggest issue we have right now is asking for API keys for each separate bot. This is annoying for the User. Ideally, we want the User to sign in once in the Studio. We determined that the easiest solution for now would be through Personal Access Tokens (à-la-GitHub). The UX would be this: 1. User accesses a Personal Access Token (PAT) from the CDM UI 2. User copies the PAT to his clipboard 3. User pastes the PAT in a form in the Studio. He can now interact (train, deploy) with the Cloud Board: [https://miro.com/app/board/uXjVOmu1-3A=/](https://miro.com/app/board/uXjVOmu1-3A=/)