Support github like apps #11444

Open
opened 2025-11-02 09:37:53 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @kjuulh on GitHub (Aug 11, 2023).

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

image
image
image

Originally created by @kjuulh on GitHub (Aug 11, 2023). ### 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 ![image](https://github.com/go-gitea/gitea/assets/26280046/af524c4c-d953-4d0e-92ba-603296372d1b) ![image](https://github.com/go-gitea/gitea/assets/26280046/8a6618e8-a047-443e-9243-d36f0f525af9) ![image](https://github.com/go-gitea/gitea/assets/26280046/e7716de0-b1cf-4166-848f-4f0bebb8af6a)
GiteaMirror added the type/proposaltype/feature labels 2025-11-02 09:37:53 -06:00
Author
Owner

@kjuulh commented on GitHub (Aug 11, 2023):

This may've already been suggested, I just couldn't find anything because github and app, are so ubiquitous.

@kjuulh commented on GitHub (Aug 11, 2023): This may've already been suggested, I just couldn't find anything because github and app, are so ubiquitous.
Author
Owner

@a1012112796 commented on GitHub (Aug 14, 2023):

related: https://github.com/go-gitea/gitea/issues/13044

@a1012112796 commented on GitHub (Aug 14, 2023): related: https://github.com/go-gitea/gitea/issues/13044
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#11444