James Elliott
|
69c4c02d03
|
feat(storage): tls connection support (#4233)
This adds support to PostgreSQL and MySQL to connect via TLS via the standard TLS configuration options.
|
2022-10-22 19:27:59 +11:00 |
James Elliott
|
9532823a99
|
feat(configuration): mtls clients (#4221)
This implements mTLS support for LDAP, Redis, and SMTP. Specified via the tls.certificate_chain and tls.private_key options.
Closes #4044
|
2022-10-21 19:41:33 +11:00 |
James Elliott
|
a0b2e78e5d
|
feat(authentication): file case-insensitive and email search (#4194)
This allows both case-insensitive and email searching for the file auth provider.
Closes #3383
|
2022-10-18 11:57:08 +11:00 |
James Elliott
|
84cb457cb0
|
feat(authentication): file provider hot reload (#4188)
This adds hot reloading to the file auth provider.
|
2022-10-17 22:31:23 +11:00 |
James Elliott
|
3a70f6739b
|
feat(authentication): file password algorithms (#3848)
This adds significant enhancements to the file auth provider including multiple additional algorithms.
|
2022-10-17 21:51:59 +11:00 |
James Elliott
|
3f39914c8f
|
refactor: private key decoding and generators (#4116)
|
2022-10-03 11:52:29 +11:00 |
James Elliott
|
66ea374227
|
feat(authentication): permit feature detection failures (#4061)
This adds a configuration option which permits the failure of feature detection (control type OIDs and extension OIDs).
|
2022-10-02 07:44:18 +11:00 |
James Elliott
|
9c72bc8977
|
ci: gen github tmpl locales and commitlint (#3759)
This adds several automatic generators for Authelia docs etc.
|
2022-09-16 14:21:05 +10:00 |