gitea/services/auth/source/oauth2
Eng Zer Jun f2e7d5477f
refactor: move from io/ioutil to io and os package (#17109)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-09-22 13:38:34 +08:00
..
assert_interface_test.go Refactor: Move login out of models (#16199) 2021-07-24 11:16:34 +01:00
init.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
jwtsigningkey.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
providers.go Add microsoft oauth2 providers (#16544) 2021-08-05 21:11:08 -04:00
providers_base.go Add microsoft oauth2 providers (#16544) 2021-08-05 21:11:08 -04:00
providers_custom.go Use github token URL when fetching oauth token (#16709) 2021-08-17 09:07:52 +01:00
providers_openid.go Fix openidConnect source regression from #16544 (#16759) 2021-08-22 10:17:05 +01:00
providers_simple.go Add microsoft oauth2 providers (#16544) 2021-08-05 21:11:08 -04:00
source.go Add setting to OAuth handlers to skip local 2FA authentication (#16594) 2021-09-10 18:37:57 +02:00
source_authenticate.go Make LDAP be able to skip local 2FA (#16954) 2021-09-17 12:43:47 +01:00
source_callout.go Lock goth/gothic and Re-attempt OAuth2 registration on login if registration failed at startup (#16564) 2021-07-29 18:53:18 +01:00
source_name.go Add microsoft oauth2 providers (#16544) 2021-08-05 21:11:08 -04:00
source_register.go Add microsoft oauth2 providers (#16544) 2021-08-05 21:11:08 -04:00
token.go Decoupled code from DefaultSigningKey (#16743) 2021-08-27 20:28:00 +01:00
urlmapping.go Add microsoft oauth2 providers (#16544) 2021-08-05 21:11:08 -04:00