Skip to content

Room access without eventuality

Tom Käsler requested to merge room-access-without-eventuality into master

Remove obsolete code for eventual consistency for room access and listen to generic room events

This introduces new routes to let the gateway create room access, instead of listening to events from the backend.
It removes the need for the sync tracker for most functionality excluding the explicit syncing of a room.
It also teaches the auth service to listen to generic room events (when a room is created or deleted) and tries to add/remove access accordingly.

Closes #10 (closed) Depends on arsnova-http-gateway!30 (merged)

Edited by Tom Käsler

Merge request reports