1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
Commit Graph

4 Commits

Author SHA1 Message Date
James Elliott
001589cd6d
feat(metrics): implement prometheus metrics ()
Adds ability to record metrics and gather them for Prometheus.
2022-06-14 17:20:13 +10:00
James Elliott
a50d425863
refactor(middlewares): convert the bridge to a builder ()
This adjusts the bridge to be utilized as a builder in order to make it more reusable.
2022-06-10 11:34:43 +10:00
James Elliott
9d5ac4526e
fix(configuration): remove unused password policy option ()
Removes the min score option from the ZXCVBN policy and adds tests.
2022-04-09 09:21:49 +10:00
James Elliott
9e05066097
refactor(handlers): ppolicy ()
Add tests and makes the password policy a provider so the configuration can be loaded to memory on startup.
2022-04-03 21:58:27 +10:00