1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/handlers
James Elliott d9c7cd6564
fix(model): potential panic ()
This fixes a potential panic in the conversion from a fosite.Requester to an *OAuth2Session object.
2022-06-17 22:25:14 +10:00
..
const.go feat(metrics): implement prometheus metrics () 2022-06-14 17:20:13 +10:00
duo.go feat(duo): multi device selection () 2021-12-01 14:32:58 +11:00
handler_checks_safe_redirection_test.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_checks_safe_redirection.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_configuration_password_policy.go feat(metrics): implement prometheus metrics () 2022-06-14 17:20:13 +10:00
handler_configuration_test.go refactor(configuration): remove ptr for duoapi and notifier () 2022-04-16 09:34:26 +10:00
handler_configuration.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_firstfactor_test.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_firstfactor.go feat(metrics): implement prometheus metrics () 2022-06-14 17:20:13 +10:00
handler_health.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_jwks.go feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00
handler_logout_test.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_logout.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_oauth_introspection.go fix(oidc): subject generated for anonymous users () 2022-04-25 10:31:05 +10:00
handler_oauth_revocation.go fix(oidc): subject generated for anonymous users () 2022-04-25 10:31:05 +10:00
handler_oidc_authorization_consent.go fix(handler): oidc two factor handling () 2022-06-14 15:17:11 +10:00
handler_oidc_authorization.go fix(oidc): pre-conf consent skipped entirely for anon users () 2022-05-03 15:28:58 +10:00
handler_oidc_consent.go feat(oidc): pre-configured consent () 2022-04-08 15:35:21 +10:00
handler_oidc_token.go fix(model): potential panic () 2022-06-17 22:25:14 +10:00
handler_oidc_userinfo.go feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
handler_oidc_wellknown.go feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00
handler_register_duo_device_test.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_register_duo_device.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_register_totp.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_register_webauthn.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_reset_password_step1.go feat(metrics): implement prometheus metrics () 2022-06-14 17:20:13 +10:00
handler_reset_password_step2.go fix(handler): missing notification values () 2022-05-09 08:43:12 +10:00
handler_sign_duo_test.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_sign_duo.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_sign_totp_test.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_sign_totp.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_sign_webauthn.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_state_test.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_state.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_status.go feat(metrics): implement prometheus metrics () 2022-06-14 17:20:13 +10:00
handler_user_info_test.go refactor(configuration): remove ptr for duoapi and notifier () 2022-04-16 09:34:26 +10:00
handler_user_info.go feat(configuration): configurable default second factor method () 2022-04-18 09:58:24 +10:00
handler_user_totp.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_verify_test.go fix(server): incorrect remote ip logged in error handler () 2022-04-08 14:13:47 +10:00
handler_verify.go feat: major documentation refresh () 2022-06-15 17:51:47 +10:00
oidc_test.go feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
oidc.go feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
response.go feat(metrics): implement prometheus metrics () 2022-06-14 17:20:13 +10:00
types.go feat(metrics): implement prometheus metrics () 2022-06-14 17:20:13 +10:00
webauthn_test.go refactor(model): rename from models () 2022-03-06 16:47:40 +11:00
webauthn.go refactor(model): rename from models () 2022-03-06 16:47:40 +11:00