Skip to content

Allow OAuth clients to push code

username-removed-407765 requested to merge 30305-oauth-token-push-code into master

What does this MR do?

  • OAuth clients can currently fetch code using the access token as a password
  • This MR expands their ability to allow pushing code using the access token as a password
  • OAuth clients can currently get around this limitation by creating a deploy key with push access

What are the relevant issue numbers?

Merge request reports