Support github like apps #26458
Labels
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Feature Description
Support github like apps.
Apps are a combination of an oauth2 client, and a personal access token, which a user or organization can install on a set of their repositories, or account. Which allows it to modify and or enhance the experience.
This could be CI systems, pull request tools, webhooks, actions, you name it.
Apps are basically a way for other parties to get access to parts of the organization or account. This is generally a more secure way than using personal access tokens, as they're based on private keys and oauth2 token excahnge flows.
They're also a way to get more fine grained webhook requests automatically, without having to register a webhook for each repository.
Screenshots
The text was updated successfully, but these errors were encountered: