cozy / cozy-doctypes

The doctypes used in cozy-stack
https://docs.cozy.io/en/cozy-doctypes/docs/
GNU Affero General Public License v3.0
2 stars 29 forks source link

fix: Add missing OAuth related Accounts fields #218

Closed taratatach closed 1 year ago

taratatach commented 1 year ago

Some konnectors do not use basic auth parameters but an OAuth client instead. In this case, OAuth credentials are saved in the oauth attribute and the auth attribute is not used.