Open
Description
Description (*)
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.
Additional information
cc: @zetlen
Moved from magento/magento2#26860