Solutionunvalidated

You need a `pairings` service, that can track the pairing state of users and groups. — When a user invokes pairing to a group. Tension: When your group APIs authorize user requests to group data. Outcome: that can track the pairing state of users and groups. Something like a database table with columns, `user_id` and `group_id`.

d9404b6b-b9d0-4e74-a081-a53d8e680a7b

You need a pairings service, that can track the pairing state of users and groups. — When a user invokes pairing to a group. Tension: When your group APIs authorize user requests to group data. Outcome: that can track the pairing state of users and groups. Something like a database table with columns, user_id and group_id.