1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/server
Clément Michaud 3ca438e3d5
feat: implement mutual tls in the web server ()
Mutual TLS helps prevent untrusted clients communicating with services like Authelia. This can be utilized to reduce the attack surface.

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