1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
gitea/services/auth/source/oauth2
luzpaz 820031e556
Fix typo in source (#20723)
Algorightm -> Algorithm

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-08-09 09:53:40 +08:00
..
assert_interface_test.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
init.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
jwtsigningkey.go Fix typo in source (#20723) 2022-08-09 09:53:40 +08:00
providers_base.go
providers_custom.go
providers_openid.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
providers_simple.go Use ImagedProvider for gplus oauth2 provider (#18504) 2022-02-01 01:02:56 +01:00
providers.go Fix various typos (#20338) 2022-07-12 23:32:37 +02:00
source_authenticate.go
source_callout.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
source_name.go
source_register.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
source.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
store.go
token.go Refactor jwt.StandardClaims to RegisteredClaims (#18344) 2022-01-20 22:52:56 +01:00
urlmapping.go