0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-02 09:04:38 +01:00
gitea/services/auth/source/oauth2
Clar Fon 3d10193be2
Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)
Only load SECRET_KEY and INTERNAL_TOKEN if they exist.
Never write the config file if the keys do not exist, which was only a fallback for Gitea upgraded from < 1.5

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-10-02 01:26:33 +08:00
..
assert_interface_test.go
init.go
jwtsigningkey.go Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663) 2022-10-02 01:26:33 +08:00
providers.go Fix various typos (#20338) 2022-07-12 23:32:37 +02:00
providers_base.go
providers_custom.go
providers_openid.go
providers_simple.go Use ImagedProvider for gplus oauth2 provider (#18504) 2022-02-01 01:02:56 +01:00
source.go
source_authenticate.go
source_callout.go
source_name.go
source_register.go
store.go
token.go Refactor jwt.StandardClaims to RegisteredClaims (#18344) 2022-01-20 22:52:56 +01:00
urlmapping.go