authelia/internal/handlers
James Elliott b4e570358e
fix: include major in go.mod module directive (#2278)
* build: include major in go.mod module directive

* fix: xflags

* revert: cobra changes

* fix: mock doc
2021-08-11 11:16:46 +10:00
..
const.go fix: oidc issuer path and strip path middleware (#2272) 2021-08-10 10:31:08 +10:00
errors.go [MISC] Fixed typo in X-Forwarded headers (#1280) 2020-08-21 11:15:20 +10:00
handler_checks_safe_redirection.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_checks_safe_redirection_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_configuration.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_configuration_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_firstfactor.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_firstfactor_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_health.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_logout.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_logout_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_oidc_authorization.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_oidc_consent.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_oidc_introspection.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_oidc_jwks.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_oidc_revocation.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_oidc_token.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_oidc_userinfo.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_oidc_wellknown.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_register_totp.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_register_u2f_step1.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_register_u2f_step1_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_register_u2f_step2.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_reset_password_step1.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_reset_password_step2.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_sign_duo.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_sign_duo_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_sign_totp.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_sign_totp_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_sign_u2f_step1.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_sign_u2f_step1_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_sign_u2f_step2.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_sign_u2f_step2_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_state.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_state_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_user_info.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_user_info_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_verify.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_verify_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
oidc.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
oidc_register.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
oidc_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
response.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
totp.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
totp_mock.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00
types.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
types_oidc.go feat(oidc): add additional config options, accurate token times, and refactoring (#1991) 2021-07-04 09:44:30 +10:00
u2f.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
u2f_mock.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00