PipedreamHQ / PipedreamHQ/pipedream
I want to create my own private app, while still having Pipedream manage the authorization / token refresh process
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
I want to create a private app on Pipedream, for an internal / custom app I'm developing, or for a custom OAuth client for an app Pipedream already supports.
For OAuth apps, I like how Pipedream handles the entire OAuth flow for standard app integrations. When I integrate to Spotify for my own use case, for example, I don't want to setup a new client ID / secret, handle the auth redirect, store refresh tokens, and generate new access tokens on my own.
But I often _do_ need to create my own app that authorizes requests on behalf of users. Instead of users granting Pipedream permissions to access their account, I want them to see "My App", with my logo and the scopes that I set for my app. I still want Pipedream to abstract the authorization and token refresh process, but I want it for my own app.
Contributor guide
Assessment
This issue has not been assessed yet.