This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/services/auth/source/oauth2
Gusted 22d266350d
Use ImagedProvider for gplus oauth2 provider (#18504)
Use `ImagedProvider` for gplus' oauthv2 provider, as the image isn't "gplus.png" but "google.png".

Resolves #18494
2022-02-01 01:02:56 +01:00
..
assert_interface_test.go
init.go
jwtsigningkey.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
providers.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01: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
source.go
source_authenticate.go
source_callout.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
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