authelia/internal/server
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
..
locales feat: better menu matching and overview page (#4384) 2022-11-15 19:26:09 +11:00
public_html feat: go:embed static assets (#1733) 2021-02-22 10:07:06 +11:00
asset.go i18n: update translations (#3972) 2022-09-16 15:01:22 +10:00
const.go refactor: csp gen (#4163) 2022-10-22 22:19:32 +11:00
gen.go refactor: fix misc alignment issues and gen (#4239) 2022-10-23 07:42:19 +11:00
handlers.go feat: move webauthn device enrollment flow to new settings ui (#4376) 2022-11-19 16:48:47 +11:00
server.go refactor: adjust defaults (#4137) 2022-10-07 13:52:01 +11:00
server_test.go refactor(server): use errgroup to supervise services (#3755) 2022-08-09 07:50:12 +10:00
template.go refactor: csp gen (#4163) 2022-10-22 22:19:32 +11:00