GitBook: [#2887] update

This commit is contained in:
CPol 2021-12-02 12:44:06 +00:00 committed by gitbook-bot
parent 022725929a
commit 551bad753e
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Github Security
## [#with-user-credentials](./#with-user-credentials "mention")What is Github
## What is Github
(From [here](https://kinsta.com/knowledgebase/what-is-github/)) At a high level, **GitHub is a website and cloud-based service that helps developers store and manage their code, as well as track and control changes to their code**.

View file

@ -116,7 +116,6 @@ Github applications can ask for permissions to **access your github information
* The GitHub App should **connect to a personal account or an organisation**.
* You can create your own Github application in [https://github.com/settings/apps](https://github.com/settings/apps)
* You can see all the **Github applications that has access to your account** in [https://github.com/settings/apps/authorizations](https://github.com/settings/apps/authorizations)
* These are the **API Endpoints for Github Applications** [https://docs.github.com/en/rest/overview/endpoints-available-for-github-app](https://docs.github.com/en/rest/overview/endpoints-available-for-github-apps). Depending on the permissions of the App it will be able to access some of them
* You can see installed apps in an **organization** in _https://github.com/organizations/\<org\_name>/settings/installations_
Some security recommendations: