api, ui: Implement refresh token #1739
Labels
api
Indicates api related issue or feature
blockchain
Indicates blockchain related issue or feature
e2e-tests
feature
Indicates a new feature implementation
frontend
Indicates frontend related issue or feature
Milestone
Description 💡
/refresh
) This route will take the refresh token, verify it, and if it's valid, issue a new access token (token
cookie)token
) and refresh (refreshToken
) tokens.token
in frontendEDIT:
EDIT 2:
I'm not sure if there is any added value in implementing refresh token without token rotation and/or option to revoke refresh token, but blockchain is not an optimal data store to handle this added complexity. On second thought, I don't think this adds value to the users and partners at the moment.
The text was updated successfully, but these errors were encountered: