data-umbrella / event-board-api

Data Umbrella: Community Events Board
https://events.dataumbrella.org/
GNU Affero General Public License v3.0
5 stars 5 forks source link

Implement delete account endpoint. #111

Closed jtorreggiani closed 1 year ago

jtorreggiani commented 1 year ago

This PR implements an endpoint to delete user account. It adds a helper method to DRY up the code and remove multiple duplicated test blocks.