1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Pre-register OAuth application for tea (#27509)

It remains to implement OAuth login in tea
https://gitea.com/gitea/tea/issues/598

Fixes #27510
This commit is contained in:
M Hickford
2023-10-08 04:51:08 +01:00
committed by GitHub
parent 08efeb5cdc
commit a825cc0f34
6 changed files with 11 additions and 4 deletions

View File

@@ -548,7 +548,8 @@ ENABLE = true
;; Pre-register OAuth2 applications for some universally useful services
;; * https://github.com/hickford/git-credential-oauth
;; * https://github.com/git-ecosystem/git-credential-manager
;DEFAULT_APPLICATIONS = git-credential-oauth, git-credential-manager
;; * https://gitea.com/gitea/tea
;DEFAULT_APPLICATIONS = git-credential-oauth, git-credential-manager, tea
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;