OxidizeBot icon indicating copy to clipboard operation
OxidizeBot copied to clipboard

oxidize: Sync all tokens in one go

Open udoprog opened this issue 4 years ago • 0 comments

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 avatar Oct 10 '19 07:10 udoprog