ddvk / rmfakecloud

host your own cloud for the remarkable
GNU Affero General Public License v3.0
705 stars 57 forks source link

ui: Add interface to manage integrations #240

Open nemunaire opened 1 year ago

nemunaire commented 1 year ago

Hi!

I would like to introduce Google Drive integration, but this requires to retrieve an oauth token to access the Google API. The easiest way to retrieve the token is by letting the user making the authentication in its browser and then retrieve the token, so I first introduce an interface to manage integrations, based on the user management page.