dendrite/internal/httputil
Till d35a5642e8
Deny guest access on several endpoints (#2873)
Second part for guest access, this adds a `WithAllowGuests()` option to
`MakeAuthAPI`, allowing guests to access the specified endpoints.
Endpoints taken from the
[spec](https://spec.matrix.org/v1.4/client-server-api/#client-behaviour-14)
and by checking Synapse endpoints for `allow_guest=true`.
2022-11-11 10:52:08 +01:00
..
http.go Handle errors differently in the DeviceListUpdater (#2695) 2022-09-07 11:44:27 +02:00
httpapi_test.go
httpapi.go Deny guest access on several endpoints (#2873) 2022-11-11 10:52:08 +01:00
internalapi.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
paths.go
rate_limiting.go
routing.go