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
There needs to be an event called 'new_access_token' that gets triggered every time a new access token is added. This will allow apps to have a single source and update point (i.e. if an api request fails in the app, it can then bind once to new_access_token and retry the request again once the event is fired). Solves the issue of needing to bind to both refreshSuccess and authSuccess.
The text was updated successfully, but these errors were encountered:
There needs to be an event called 'new_access_token' that gets triggered every time a new access token is added. This will allow apps to have a single source and update point (i.e. if an api request fails in the app, it can then bind once to new_access_token and retry the request again once the event is fired). Solves the issue of needing to bind to both refreshSuccess and authSuccess.
The text was updated successfully, but these errors were encountered: