You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: