0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-10 21:21:51 +02:00
dendrite/userapi/inthttp
Till 5eed31fea3
Handle guest access [1/2?] (#2872)
Needs https://github.com/matrix-org/sytest/pull/1315, as otherwise the
membership events aren't persisted yet when hitting `/state` after
kicking guest users.

Makes the following tests pass:
```
Guest users denied access over federation if guest access prohibited
Guest users are kicked from guest_access rooms on revocation of guest_access
Guest users are kicked from guest_access rooms on revocation of guest_access over federation
```

Todo (in a follow up PR):
- Restrict access to CS API Endpoints as per
https://spec.matrix.org/v1.4/client-server-api/#client-behaviour-14

Co-authored-by: kegsay <kegan@matrix.org>
2022-12-22 13:05:59 +01:00
..
client.go Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00
client_logintoken.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
server.go Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00
server_logintoken.go Enable/Disable internal metrics (#2899) 2022-12-05 13:53:36 +01:00