Hacker News new | ask | show | jobs
by switch007 1649 days ago
Indeed. A classic one is dealing with oauth2…

Airbyte docs:

> Note that the OAuth2Authenticator currently only supports refresh tokens and not the full OAuth2.0 loop.

1 comments

I think this is saying that particular class expects to receive a refresh token as input. The "full oauth loop" means the UI needs to produce a refresh token via user consent in the browser.