..
const.go
refactor: apply suggestions from code review
2024-03-04 20:29:12 +11:00
const_test.go
test(suites): add and fix tests for coverage
2024-03-04 20:29:11 +11:00
duo.go
feat(server): customizable authz endpoints ( #4296 )
2023-01-25 20:36:40 +11:00
func_test.go
refactor: linting ( #7863 )
2024-09-20 11:11:53 +10:00
handler_authz.go
refactor(handlers): simplify authz err fallback ( #7163 )
2024-04-15 09:29:55 +10:00
handler_authz_authn.go
refactor(oidc): abstract the client storage ( #7041 )
2024-03-29 21:31:28 +11:00
handler_authz_builder.go
feat: oauth2 authorization bearer ( #6774 )
2024-03-05 19:11:16 +10:00
handler_authz_builder_test.go
fix(configuration): illogical refresh interval default ( #6319 )
2023-11-23 08:20:36 +11:00
handler_authz_common.go
feat(server): customizable authz endpoints ( #4296 )
2023-01-25 20:36:40 +11:00
handler_authz_impl_authrequest.go
feat(handlers): authz authrequest authelia url ( #5181 )
2023-04-08 14:48:55 +10:00
handler_authz_impl_authrequest_test.go
ci: remove container read-only mounts ( #6709 )
2024-02-19 13:56:40 +11:00
handler_authz_impl_extauthz.go
feat(handlers): authz authrequest authelia url ( #5181 )
2023-04-08 14:48:55 +10:00
handler_authz_impl_extauthz_test.go
fix(oidc): client credentials flow not populating session ( #5797 )
2023-08-07 08:42:59 +10:00
handler_authz_impl_forwardauth.go
feat(handlers): authz authrequest authelia url ( #5181 )
2023-04-08 14:48:55 +10:00
handler_authz_impl_forwardauth_test.go
docs: header consistency ( #5266 )
2023-04-18 09:53:26 +10:00
handler_authz_impl_legacy.go
feat(handlers): authz authrequest authelia url ( #5181 )
2023-04-08 14:48:55 +10:00
handler_authz_impl_legacy_test.go
build(deps): use go.uber.org/mock
2024-03-04 20:29:12 +11:00
handler_authz_misc_test.go
test(handlers): add missing tests ( #5480 )
2023-05-25 07:58:00 +10:00
handler_authz_test.go
fix(server): oidc flow failure due to corb ( #6921 )
2024-03-17 19:01:06 +11:00
handler_authz_types.go
refactor(oidc): abstract the client storage ( #7041 )
2024-03-29 21:31:28 +11:00
handler_authz_util.go
feat(handlers): authz authrequest authelia url ( #5181 )
2023-04-08 14:48:55 +10:00
handler_checks_safe_redirection.go
feat(server): customizable authz endpoints ( #4296 )
2023-01-25 20:36:40 +11:00
handler_checks_safe_redirection_test.go
docs: jsonschema ( #5493 )
2023-09-03 16:01:46 +10: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
build(oidc): use authelia maintained library ( #6821 )
2024-03-12 00:35:49 +10:00
handler_configuration_test.go
docs: jsonschema ( #5493 )
2023-09-03 16:01:46 +10:00
handler_firstfactor.go
refactor: adjust session regenerate ( #8725 )
2025-02-08 23:32:33 +00:00
handler_firstfactor_test.go
fix(handlers): regulation flow ( #8683 )
2025-01-30 23:21:13 +00: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
refactor: http verbs etc ( #5248 )
2023-04-15 15:03:14 +10:00
handler_jwks.go
feat(oidc): multiple jwk algorithms ( #5279 )
2023-05-15 10:03:19 +10:00
handler_logout.go
refactor: misc ( #6102 )
2023-10-08 09:54:37 +11:00
handler_logout_test.go
feat(server): customizable authz endpoints ( #4296 )
2023-01-25 20:36:40 +11:00
handler_oauth_introspection.go
fix(oidc): missing introspection claims ( #7049 )
2024-03-31 14:42:54 +11:00
handler_oauth_revocation.go
refactor: factorize tooling and logs ( #6835 )
2024-03-13 06:11:51 +11:00
handler_oidc_authorization.go
refactor(handlers): log policy and debug info for oidc authorization ( #8373 )
2024-12-04 12:33:05 +11:00
handler_oidc_authorization_consent.go
refactor(handlers): log policy and debug info for oidc authorization ( #8373 )
2024-12-04 12:33:05 +11:00
handler_oidc_authorization_consent_explicit.go
refactor: use explicit uuid comparison ( #7386 )
2024-06-04 05:11:29 +10:00
handler_oidc_authorization_consent_implicit.go
refactor: use explicit uuid comparison ( #7386 )
2024-06-04 05:11:29 +10:00
handler_oidc_authorization_consent_pre_configured.go
refactor: use explicit uuid comparison ( #7386 )
2024-06-04 05:11:29 +10:00
handler_oidc_consent.go
chore: remove repetitive words ( #7102 )
2024-04-07 18:57:57 +10:00
handler_oidc_token.go
refactor: factorize tooling and logs ( #6835 )
2024-03-13 06:11:51 +11:00
handler_oidc_userinfo.go
build(deps): update module authelia.com/provider/oauth2 to v0.1.6 ( #7064 )
2024-04-02 20:56:29 +11:00
handler_oidc_wellknown.go
feat(oidc): signed discovery ( #6003 )
2024-03-06 21:53:37 +11:00
handler_register_duo_device.go
feat(server): customizable authz endpoints ( #4296 )
2023-01-25 20:36:40 +11:00
handler_register_duo_device_test.go
build(deps): use go.uber.org/mock
2024-03-04 20:29:12 +11:00
handler_register_totp.go
fix(templates): grammar and enhancements to emails ( #7903 )
2024-09-22 18:48:55 +10:00
handler_register_totp_test.go
refactor: linting ( #7863 )
2024-09-20 11:11:53 +10:00
handler_register_webauthn.go
fix(templates): grammar and enhancements to emails ( #7903 )
2024-09-22 18:48:55 +10:00
handler_register_webauthn_test.go
build(deps): update @simplewebauthn monorepo to v10 ( #7380 )
2024-08-24 23:41:22 +10:00
handler_reset_password.go
fix(templates): grammar and enhancements to emails ( #7903 )
2024-09-22 18:48:55 +10:00
handler_session_elevation.go
fix(templates): grammar and enhancements to emails ( #7903 )
2024-09-22 18:48:55 +10:00
handler_session_elevation_test.go
fix(templates): grammar and enhancements to emails ( #7903 )
2024-09-22 18:48:55 +10:00
handler_sign_duo.go
test(suites): add and fix tests for coverage
2024-03-04 20:29:11 +11:00
handler_sign_duo_test.go
build(deps): use go.uber.org/mock
2024-03-04 20:29:12 +11:00
handler_sign_totp.go
refactor: apply suggestions from code review
2024-03-04 20:29:12 +11:00
handler_sign_totp_test.go
refactor: apply suggestions from code review
2024-03-04 20:29:12 +11:00
handler_sign_webauthn.go
fix(oidc): include missing amr with value pop ( #7381 )
2024-06-02 17:22:51 +10:00
handler_sign_webauthn_test.go
refactor: apply suggestions from code review
2024-03-04 20:29:12 +11:00
handler_state.go
feat(session): redirection by cookie domain ( #6017 )
2023-09-29 08:46:41 +10:00
handler_state_test.go
feat(session): redirection by cookie domain ( #6017 )
2023-09-29 08:46:41 +10:00
handler_status.go
feat(metrics): implement prometheus metrics ( #3234 )
2022-06-14 17:20:13 +10:00
handler_user_info.go
fix(handlers): disabling 2fa methods may result in a bad ux ( #7360 )
2024-05-29 23:09:21 +10:00
handler_user_info_test.go
fix(handlers): disabling 2fa methods may result in a bad ux ( #7360 )
2024-05-29 23:09:21 +10:00
handler_webauthn_credentials.go
fix(templates): grammar and enhancements to emails ( #7903 )
2024-09-22 18:48:55 +10:00
handler_webauthn_credentials_test.go
refactor: apply suggestions from code review
2024-03-04 20:29:12 +11:00
oidc.go
fix(oidc): delayed user details refresh ( #7035 )
2024-03-29 21:01:36 +11:00
oidc_test.go
fix(oidc): delayed user details refresh ( #7035 )
2024-03-29 21:01:36 +11:00
response.go
refactor(oidc): abstract the client storage ( #7041 )
2024-03-29 21:31:28 +11:00
types.go
refactor: linting ( #7863 )
2024-09-20 11:11:53 +10:00
util.go
fix(templates): grammar and enhancements to emails ( #7903 )
2024-09-22 18:48:55 +10:00
webauthn.go
build(deps): update @simplewebauthn monorepo to v10 ( #7380 )
2024-08-24 23:41:22 +10:00
webauthn_test.go
test(suites): webauthn
2024-03-04 20:29:12 +11:00