Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

Support service-level plugin authentication

Open olliestanley opened this issue 2 years ago • 0 comments

This will support plugins for which ai-plugin.json has auth.type of "service_http". Plugin code will have a service access token.

  • [ ] Securely store an encrypted service access token
  • [ ] Send service access token in the Authorization header for plugin requests
  • [ ] Create mechanism for plugin creators to get an OA verification token

See OpenAI spec for service level auth.

olliestanley avatar May 09 '23 19:05 olliestanley