authelia/internal/server
Clément Michaud 3ca438e3d5
feat: implement mutual tls in the web server (#3065)
Mutual TLS helps prevent untrusted clients communicating with services like Authelia. This can be utilized to reduce the attack surface.

Fixes #3041
2022-04-05 09:57:47 +10:00
..
locales feat(web): i18n asset overrides (#3040) 2022-04-04 12:15:26 +10:00
public_html feat: go:embed static assets (#1733) 2021-02-22 10:07:06 +11:00
asset.go feat(web): i18n asset overrides (#3040) 2022-04-04 12:15:26 +10:00
const.go feat: implement mutual tls in the web server (#3065) 2022-04-05 09:57:47 +10:00
error_handler.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_notfound.go fix(server): respond with 404/405 appropriately (#3087) 2022-04-04 09:58:01 +10:00
options_handler.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
server.go feat: implement mutual tls in the web server (#3065) 2022-04-05 09:57:47 +10:00
server_test.go feat: implement mutual tls in the web server (#3065) 2022-04-05 09:57:47 +10:00
template.go feat(web): password reset custom url (#3111) 2022-04-04 17:46:55 +10:00