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

DSS Auth: Update API security decorators to use kwargs not args #129

Closed chmreid closed 4 years ago

chmreid commented 4 years ago

PR #128 changes the security decorators to not use positional arguments, only keyword arguments. This PR updates all the security decorators on existing endpoints to use kwargs not args.