Skip to content

deploy-token: split create/refresh into POST/PUT endpoints

Slavina Stefanova requested to merge slavina/refresh-token into main
  • Semantic change to make token refresh a deliberate action
  • Same underlying implementation, different HTTP methods
  • Prevents accidental token invalidation during creation

Bug: T380706

Merge request reports