rclone/lib/http
Moises Lima 347be176af
http servers: add --user-from-header to use for authentication
Retrieve the username from a specified HTTP header if no
other authentication methods are configured
(ideal for proxied setups)
2025-01-17 15:53:23 +00:00
..
serve accounting: fix global error acounting 2024-09-30 17:20:42 +01:00
templates serve http: support unix sockets and multiple listners 2022-12-15 12:38:09 +00:00
testdata http: add client certificate user auth middleware 2023-06-26 14:33:53 +01:00
auth.go http servers: add --user-from-header to use for authentication 2025-01-17 15:53:23 +00:00
auth_test.go cmd/rcd: Fix command docs to include command specific prefix (#6675) 2023-03-22 11:47:35 +00:00
context.go lib/http: disable automatic authentication skipping for unix sockets 2024-10-24 12:39:28 +01:00
middleware.go http servers: add --user-from-header to use for authentication 2025-01-17 15:53:23 +00:00
middleware_test.go http servers: add --user-from-header to use for authentication 2025-01-17 15:53:23 +00:00
server.go http servers: add --user-from-header to use for authentication 2025-01-17 15:53:23 +00:00
server_test.go lib/http: disable automatic authentication skipping for unix sockets 2024-10-24 12:39:28 +01:00
template.go build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
template_test.go cmd/rcd: Fix command docs to include command specific prefix (#6675) 2023-03-22 11:47:35 +00:00