We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part of epic #3942
There should now be a api/v1/users/refresh_token route to generate new access tokens (api_token).
api/v1/users/refresh_token
refresh_token
api/v1/
(/api/v1/users/refresh_token)
api_token
api_token_digest
session_blueprint
API Folder Structure Blueprint
The text was updated successfully, but these errors were encountered:
can I work on this
Sorry, something went wrong.
Thanks for your interest, but these issues are for the Code the Change team.
No branches or pull requests
Part of epic #3942
What type of user does this affect?
How should it operate? ⚙️🛠️
There should now be a
api/v1/users/refresh_token
route to generate new access tokens (api_token).Acceptance Criteria
refresh_token
post route toapi/v1/
(/api/v1/users/refresh_token)
api_token
and replaces oldapi_token_digest
with hashed version of new tokenrefresh_token
and returnssession_blueprint
data with newapi_token
Helpful Links
API Folder Structure
Blueprint
The text was updated successfully, but these errors were encountered: