gitea/services/auth/source/oauth2
luzpaz d29d6d1991
Fix various typos ()
* Fix various typos

Found via `codespell -q 3 -S ./options/locale,./options/license,./public/vendor -L actived,allways,attachements,ba,befores,commiter,pullrequest,pullrequests,readby,splitted,te,unknwon`

Co-authored-by: zeripath <art27@cantab.net>
2022-07-12 23:32:37 +02:00
..
assert_interface_test.go Refactor auth package () 2022-01-02 21:12:35 +08:00
init.go Refactor auth package () 2022-01-02 21:12:35 +08:00
jwtsigningkey.go format with gofumpt () 2022-01-20 18:46:10 +01:00
providers.go Fix various typos () 2022-07-12 23:32:37 +02:00
providers_base.go Add microsoft oauth2 providers () 2021-08-05 21:11:08 -04:00
providers_custom.go Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes () 2021-12-14 16:37:11 +08:00
providers_openid.go format with gofumpt () 2022-01-20 18:46:10 +01:00
providers_simple.go Use `ImagedProvider` for gplus oauth2 provider () 2022-02-01 01:02:56 +01:00
source.go Refactor auth package () 2022-01-02 21:12:35 +08:00
source_authenticate.go Move user related model into models/user () 2021-11-24 17:49:20 +08:00
source_callout.go format with gofumpt () 2022-01-20 18:46:10 +01:00
source_name.go Add microsoft oauth2 providers () 2021-08-05 21:11:08 -04:00
source_register.go Refactor auth package () 2022-01-02 21:12:35 +08:00
store.go Reset Session ID on login () 2021-12-20 22:12:26 +08:00
token.go Refactor jwt.StandardClaims to RegisteredClaims () 2022-01-20 22:52:56 +01:00
urlmapping.go Add microsoft oauth2 providers () 2021-08-05 21:11:08 -04:00