mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09: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:
		| @@ -110,7 +110,7 @@ var OAuth2 = struct { | ||||
| 	JWTSigningAlgorithm:        "RS256", | ||||
| 	JWTSigningPrivateKeyFile:   "jwt/private.pem", | ||||
| 	MaxTokenLength:             math.MaxInt16, | ||||
| 	DefaultApplications:        []string{"git-credential-oauth", "git-credential-manager"}, | ||||
| 	DefaultApplications:        []string{"git-credential-oauth", "git-credential-manager", "tea"}, | ||||
| } | ||||
|  | ||||
| func loadOAuth2From(rootCfg ConfigProvider) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user