authelia/internal/middlewares
Stephen Kent 2584e3d328
feat: move webauthn device enrollment flow to new settings ui (#4376)
The current 2-factor authentication method registration flow requires
email verification for both initial 2FA registration, and 2FA
re-registration even if the user is already logged in with 2FA.

This change removes email ID verification for users who are already
logged in with 2-factor authentication. Users who have only completed
first factor authentication (password) are still required to complete
email ID verification.
2022-11-19 16:48:47 +11:00
..
asset_override.go fix(server): i18n etags missing (#3973) 2022-09-16 11:19:16 +10:00
authelia_context.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
authelia_context_test.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
bridge.go refactor(middlewares): convert the bridge to a builder (#3338) 2022-06-10 11:34:43 +10:00
const.go feat: envoy support (#3793) 2022-10-01 21:47:09 +10:00
cors.go fix(oidc): handle authorization post requests (#4270) 2022-10-26 19:14:43 +11:00
cors_test.go refactor(middlewares): convert the bridge to a builder (#3338) 2022-06-10 11:34:43 +10:00
errors.go fix: oidc issuer path and strip path middleware (#2272) 2021-08-10 10:31:08 +10:00
headers.go fix(server): missing cache and xss headers (#3289) 2022-05-04 14:47:23 +10:00
http_to_authelia_handler_adaptor.go refactor(handlers): lower case error messages (#2289) 2021-09-17 15:53:40 +10:00
identity_verification.go feat: move webauthn device enrollment flow to new settings ui (#4376) 2022-11-19 16:48:47 +11:00
identity_verification_test.go feat: move webauthn device enrollment flow to new settings ui (#4376) 2022-11-19 16:48:47 +11:00
log_request.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
log_request_test.go fix(server): missing modern security headers (#3288) 2022-05-03 12:19:30 +10:00
metrics.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
password_policy.go feat(server): zxcvbn password policy server side (#3151) 2022-04-15 19:30:51 +10:00
password_policy_test.go feat(server): zxcvbn password policy server side (#3151) 2022-04-15 19:30:51 +10:00
require_authentication_level.go feat: move webauthn device enrollment flow to new settings ui (#4376) 2022-11-19 16:48:47 +11:00
strip_path.go refactor(middlewares): convert the bridge to a builder (#3338) 2022-06-10 11:34:43 +10:00
timing_attack_delay.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
timing_attack_delay_test.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
types.go feat: move webauthn device enrollment flow to new settings ui (#4376) 2022-11-19 16:48:47 +11:00
util.go fix(web): offline_access consent description (#3679) 2022-07-11 16:24:09 +10:00
wrap.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00