Skip to content

feat: extend consent management api

Peter Bolha requested to merge extend_consent_api into main

Introduces 2 new API endpoints to proxygui to be used by Perun for consent management by user:

  • GET /users/me/consents endpoint for listing all user's consents in proxy db
  • DELETE /users/me/consents/<consent_id> endpoint for deleting a specific consent

closes PRX-286

Edited by Peter Bolha

Merge request reports