one-sdk-js icon indicating copy to clipboard operation
one-sdk-js copied to clipboard

[Feature request] Support OAuth Authorization Code Flow

Open jnv opened this issue 4 years ago • 0 comments

Many of possible capabilities will be tied to user credentials, ie. user authorizes an app to act on their behalf. This is usually achieved via Authorization Code Flow. Example use-cases include:

  • Sending a tweet on user's behalf,
  • Fetching data from Google Analytics from a property managed by the user,
  • Managing ad campaigns on Facebook, Google Ads, and elsewhere,
  • Accessing user's private repositories on GitHub.

Resources

jnv avatar Oct 04 '21 07:10 jnv