authelia/internal/handlers
Manuel Nuñez 8b29cf7ee8
feat(session): multiple session cookie domains (#3754)
This adds support to configure multiple session cookie domains.

Closes #1198

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2023-01-12 21:57:44 +11:00
..
const.go feat(session): multiple session cookie domains (#3754) 2023-01-12 21:57:44 +11:00
duo.go feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
handler_checks_safe_redirection.go feat(session): multiple session cookie domains (#3754) 2023-01-12 21:57:44 +11:00
handler_checks_safe_redirection_test.go feat(session): multiple session cookie domains (#3754) 2023-01-12 21:57:44 +11:00
handler_configuration.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_configuration_password_policy.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
handler_configuration_password_policy_test.go test(handlers): add additional coverage (#4698) 2023-01-05 09:37:43 +11:00
handler_configuration_test.go refactor(configuration): remove ptr for duoapi and notifier (#3200) 2022-04-16 09:34:26 +10:00
handler_firstfactor.go feat(session): multiple session cookie domains (#3754) 2023-01-12 21:57:44 +11:00
handler_firstfactor_test.go refactor: fix linter directives for go 1.19 and golangci-lint 1.48.0 (#3798) 2022-08-07 11:24:00 +10:00
handler_health.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_health_test.go test(handlers): add additional coverage (#4698) 2023-01-05 09:37:43 +11:00
handler_jwks.go feat(oidc): provide cors config including options handlers (#3005) 2022-04-07 10:58:51 +10:00
handler_logout.go feat(session): multiple session cookie domains (#3754) 2023-01-12 21:57:44 +11:00
handler_logout_test.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_oauth_introspection.go build(deps): update module github.com/ory/fosite to v0.43.0 (#4269) 2022-11-13 14:26:10 +11:00
handler_oauth_revocation.go build(deps): update module github.com/ory/fosite to v0.43.0 (#4269) 2022-11-13 14:26:10 +11:00
handler_oidc_authorization.go fix(oidc): csp blocks form_post response form submit (#4719) 2023-01-08 07:04:06 +11:00
handler_oidc_authorization_consent.go refactor: const int type stringers (#4588) 2022-12-17 23:39:24 +11:00
handler_oidc_authorization_consent_explicit.go build(deps): update module github.com/ory/fosite to v0.43.0 (#4269) 2022-11-13 14:26:10 +11:00
handler_oidc_authorization_consent_implicit.go build(deps): update module github.com/ory/fosite to v0.43.0 (#4269) 2022-11-13 14:26:10 +11:00
handler_oidc_authorization_consent_pre_configured.go build(deps): update module github.com/ory/fosite to v0.43.0 (#4269) 2022-11-13 14:26:10 +11:00
handler_oidc_consent.go refactor(server): simplify templating and url derivation (#4547) 2022-12-17 11:49:05 +11:00
handler_oidc_token.go build(deps): update module github.com/ory/fosite to v0.43.0 (#4269) 2022-11-13 14:26:10 +11:00
handler_oidc_userinfo.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
handler_oidc_wellknown.go refactor(server): simplify templating and url derivation (#4547) 2022-12-17 11:49:05 +11:00
handler_register_duo_device.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_register_duo_device_test.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_register_totp.go feat(notification): important events notifications (#4644) 2022-12-27 19:59:08 +11:00
handler_register_webauthn.go feat(notification): important events notifications (#4644) 2022-12-27 19:59:08 +11:00
handler_reset_password_step1.go fix(notification): missing display name (#4653) 2022-12-27 10:54:58 +11:00
handler_reset_password_step2.go feat(notification): important events notifications (#4644) 2022-12-27 19:59:08 +11:00
handler_sign_duo.go feat(session): multiple session cookie domains (#3754) 2023-01-12 21:57:44 +11:00
handler_sign_duo_test.go feat(session): multiple session cookie domains (#3754) 2023-01-12 21:57:44 +11:00
handler_sign_totp.go feat(session): multiple session cookie domains (#3754) 2023-01-12 21:57:44 +11:00
handler_sign_totp_test.go feat(session): multiple session cookie domains (#3754) 2023-01-12 21:57:44 +11:00
handler_sign_webauthn.go feat(session): multiple session cookie domains (#3754) 2023-01-12 21:57:44 +11:00
handler_state.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_state_test.go refactor(middlewares): factorize responses (#3628) 2022-07-08 22:18:52 +10:00
handler_status.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
handler_user_info.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
handler_user_info_test.go feat(session): multiple session cookie domains (#3754) 2023-01-12 21:57:44 +11:00
handler_user_totp.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_verify.go feat(session): multiple session cookie domains (#3754) 2023-01-12 21:57:44 +11:00
handler_verify_test.go feat(session): multiple session cookie domains (#3754) 2023-01-12 21:57:44 +11:00
oidc.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
oidc_test.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
response.go feat(session): multiple session cookie domains (#3754) 2023-01-12 21:57:44 +11:00
types.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
util.go feat(notification): important events notifications (#4644) 2022-12-27 19:59:08 +11:00
webauthn.go build(deps): update module github.com/go-webauthn/webauthn to v0.6.0 (#4646) 2023-01-07 14:21:27 +11:00
webauthn_test.go feat(session): multiple session cookie domains (#3754) 2023-01-12 21:57:44 +11:00