Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a common OAuth solution #53

Open
mzogheib opened this issue Oct 18, 2019 · 0 comments
Open

Create a common OAuth solution #53

mzogheib opened this issue Oct 18, 2019 · 0 comments
Assignees
Labels

Comments

@mzogheib
Copy link
Owner

OAuth for each 3rd party api is handled via a number of very similar node wrapper packages. See https://github.com/mzogheib/quoll/blob/master/packages/api/package.json.

This isn't very scalable. A more generic/abstract solution would be better.

Ideas:

  • Find another 3rd party package that can take a bunch of parameters like urls etc to manage the flow
  • Come up with a custom package. This would be another good exercise in adding more packages to the monorepo.
@mzogheib mzogheib added the maintenance Dependency management, project setup etc label Oct 18, 2019
@mzogheib mzogheib self-assigned this Oct 18, 2019
@mzogheib mzogheib added refactor and removed maintenance Dependency management, project setup etc labels Sep 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant