You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeripath 9ca0e7905c
Add setting to OAuth handlers to skip local 2FA authentication (#16594)
This PR adds a setting to OAuth and OpenID login sources to allow the source to
skip local 2FA authentication.

Fix #13939

Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
setting Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 3 years ago
auth.go Add setting to OAuth handlers to skip local 2FA authentication (#16594) 3 years ago
auth_openid.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 3 years ago
avatar.go Add Cache-Control to avatar redirects (#16973) 3 years ago
home.go Correctly return the number of Repositories for Organizations (#16807) 3 years ago
home_test.go Refactor routers directory (#15800) 3 years ago
main_test.go Refactor routers directory (#15800) 3 years ago
notification.go Related refactors to ctx.FormX functions (#16567) 3 years ago
oauth.go Decoupled code from DefaultSigningKey (#16743) 3 years ago
oauth_test.go Decoupled code from DefaultSigningKey (#16743) 3 years ago
profile.go In Render tolerate not being passed a context (#16842) 3 years ago
task.go Add an abstract json layout to make it's easier to change json library (#16528) 3 years ago