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

oxidize: Sync all tokens in one go #58

Open
udoprog opened this issue Oct 10, 2019 · 0 comments
Open

oxidize: Sync all tokens in one go #58

udoprog opened this issue Oct 10, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@udoprog
Copy link
Owner

udoprog commented Oct 10, 2019

Due to legacy reasons, we currently fetch each token one-at-a-time through the api/connections/<id>?format=meta endpoint.

This can be improved by fetching all tokens through api/connections?format=meta, but would require minor re-architecting in how tokens are distributed throughout the application. In particular, they should be distributed through the injector and handled appropriately rather than returned.

@udoprog udoprog added the enhancement New feature or request label Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant