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
The current implementation includes logic to get an API v2 token.
The extension tools already contains logic to fetch the token and also to cache it for the lifetime of the token (eg: if the token is valid for 5 minutes, the token will only be cached for 5 minutes).
The current implementation includes logic to get an API v2 token.
The extension tools already contains logic to fetch the token and also to cache it for the lifetime of the token (eg: if the token is valid for 5 minutes, the token will only be cached for 5 minutes).
This will also give us less code to maintain.