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

[Enable Auth0 Part 2/4] DSS Auth: Fix decorators before unleashing Auth0 #148

Closed chmreid closed 4 years ago

chmreid commented 4 years ago

The Auth0 auth backend requires the security decorators to specify a method keyword. This PR makes the corresponding change to each decorated endpoint.

It also updates security decorator examples in the Auth0 auth class's docstring.

Part 1: unleash auth0: https://github.com/DataBiosphere/data-store/pull/146 Part 2: fix decorators for auth0: https://github.com/DataBiosphere/data-store/pull/148 Part 3: fix tests: https://github.com/DataBiosphere/data-store/pull/149 Part 4: update config: https://github.com/DataBiosphere/data-store/pull/151