Skip to content

Implement RegeneratePersonalAccessToken RPC #14611

New issue

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

Closed
Tracked by #14280
laushinka opened this issue Nov 11, 2022 · 0 comments · Fixed by #14867
Closed
Tracked by #14280

Implement RegeneratePersonalAccessToken RPC #14611

laushinka opened this issue Nov 11, 2022 · 0 comments · Fixed by #14867
Labels

Comments

@laushinka
Copy link
Contributor

laushinka commented Nov 11, 2022

A user can re-generate their token. This action performs the following:

  • For a given Token ID, create a new Personal Access Token (similar to the Create flow) and persist the new token under the existing Token ID (update).
  • Re-generating a token requires expiry of the regenerated token to be set, and must therefore also update the Expiry Time
  • When regenerating, you must ensure the token being updated belongs to the user from the request

Acceptance Criteria:

@easyCZ easyCZ added team: webapp Issue belongs to the WebApp team team: IDE labels Nov 16, 2022
@akosyakov akosyakov moved this to Scheduled in 🚀 IDE Team Nov 18, 2022
@laushinka laushinka moved this from Scheduled to In Progress in 🚀 IDE Team Nov 23, 2022
Repository owner moved this from In Progress to Done in 🚀 IDE Team Nov 23, 2022
@roboquat roboquat moved this to In Validation in 🍎 WebApp Team Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Validation
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants