jitsu icon indicating copy to clipboard operation
jitsu copied to clipboard

OAuth support (for connectors)

Open vklimontovich opened this issue 3 years ago • 0 comments

Problem

Obtaining secrets & tokens for connectors is a pretty time-consuming task. The user should click-through pretty sophisticated interfaces. We need to implement OAuth where it's possible.

Solution

Some connectors might have oauth enabled. OAuth secrets should be configurable for those connectors (some connectors can share the secrets).

UI

TODO

Backend

vklimontovich avatar May 27 '21 09:05 vklimontovich