mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
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`. |
||
|---|---|---|
| .. | ||
| http.go | ||
| httpapi.go | ||
| httpapi_test.go | ||
| internalapi.go | ||
| paths.go | ||
| rate_limiting.go | ||
| routing.go | ||