DataBiosphere / data-store

AWS and GCP data storage system for genomic data.
https://dss.dev.ucsc-cgp-redwood.org
Other
3 stars 2 forks source link

Remove delete security decorators from delete collections endpoints #155

Closed chmreid closed 4 years ago

chmreid commented 4 years ago

Following #154, we need to remove the delete security decorators from the delete collections endpoint. This endpoint already performs "auth" in the sense that it raises an unauthorized exception if the JWT has no email claim, and verifies that the user requesting deletion of a collection is the owner of that collection.