authelia/internal/configuration/validator
Manuel Nuñez 8659ba394d
feat(authentication): password policy (#2723)
Implement a password policy with visual feedback in the web portal.

Co-authored-by: Manuel Nuñez <@mind-ar>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-03 08:32:57 +10:00
..
access_control.go feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00
access_control_test.go feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00
authentication.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
authentication_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
configuration.go feat(authentication): password policy (#2723) 2022-04-03 08:32:57 +10:00
configuration_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
const.go feat(authentication): password policy (#2723) 2022-04-03 08:32:57 +10:00
identity_providers.go feat(oidc): add pkce support (#2924) 2022-03-02 15:44:05 +11:00
identity_providers_test.go feat(oidc): add pkce support (#2924) 2022-03-02 15:44:05 +11:00
keys.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
keys_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
log.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
log_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
notifier.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
notifier_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
ntp.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
ntp_test.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
password_policy.go feat(authentication): password policy (#2723) 2022-04-03 08:32:57 +10:00
regulation.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
regulation_test.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
server.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
server_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
session.go fix(configuration): remember me duration disabled impossible (#2997) 2022-03-13 13:51:23 +11:00
session_test.go fix(configuration): remember me duration disabled impossible (#2997) 2022-03-13 13:51:23 +11:00
storage.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
storage_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
theme.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
theme_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
totp.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
totp_test.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
webauthn.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
webauthn_test.go build(deps): utilize github.com/go-webauthn/webauthn (#2947) 2022-03-04 10:56:30 +11:00