distributeaid / toolbox

DistributeAid Toolbox
http://distributeaid.org
GNU Affero General Public License v3.0
3 stars 1 forks source link

GraphQL API to manage user memberships #98

Closed pedro-gutierrez closed 3 years ago

pedro-gutierrez commented 3 years ago

Is your feature request related to a problem? Please describe.

We are currently able to authenticate by decoding jwt bearer tokens and extracting claims.

Describe the solution you'd like

We would need an API that allows an authenticated admin user to manage group memberships for existing users. A user membership is defined by the role the user has in that group.