Creating a GitHub App→
Puedes crear y registrar una GitHub App bajo tu cuenta personal o bajo cualquier organización en la que tengas acceso administrativo.
Setting permissions for GitHub Apps→
Cuando creas una GitHub App, configuras los permisos que definen los recursos a los cuales puede acceder a través de la API de REST.
Authenticating with GitHub Apps→
Puedes autenticarte como una App GitHub o como una instalación.
Identifying and authorizing users for GitHub Apps→
Tu GitHub App puede realizar acciones en nombre de un usuario, como crear un informe de problemas, crear un despliegue, y utilizar otras terminales compatibles.
Rate limits for GitHub Apps→
Los límites de tasa para las GitHub Apps ayudan a controlar la tasa de tráfico.
Refreshing user-to-server access tokens→
To enforce regular token rotation and reduce the impact of a compromised token, you can configure your App GitHub to use expiring user access tokens.
Creating a GitHub App from a manifest→
A GitHub App Manifest is a preconfigured GitHub App you can share with anyone who wants to use your app in their personal repositories. The manifest flow allows someone to quickly create, install, and start extending a GitHub App without needing to register the app or connect the registration to the hosted app code.
Creating a GitHub App using URL parameters→
You can preselect the settings of a new App GitHub using URL query parameters to quickly set up the new App GitHub's configuration.
Creating a custom badge for your GitHub App→
Puedes reemplazar la insignia predeterminada en tu GitHub App si cargas tu propia imagen de logo y personalizas el fondo.