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
As a user, when I am authenticated via token, I would like to be able to refresh my token (either get a new one, or refresh the expiration on my existing token). Currently, with the REST API and GraphQl APIs, there's no known way to do this.
Expected behavior (*)
As a developer, I can securely refresh a customer's authentication token.
Benefits
Basic usability and security improvement for customers. Otherwise, users are forced to re-auth every hour which is obnoxious.