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

[Auth0 CRUD Part 1] Implement Auth0 CRUD endpoints #130

Closed chmreid closed 4 years ago

chmreid commented 4 years ago

Includes stub methods for FLAC table lookups. Implements logic described in #119.

Still requires work to implement FLAC table lookup mechanism.

Closes #119 (implement crud endpoints for Auth0) and closes #91 (datastore integration with Auth0)

Part 1: #130 (adds mixins for FLAC and Auth0AuthZ extensions, adds parameter checks)

Part 2: #135 (handles case of admin action)

Part 3: #136 (expands and updates tests, updates and fixes auth API)

chmreid commented 4 years ago

Rebasing onto #132

chmreid commented 4 years ago

Fixing up tests and getting them passing is requiring additional tests, will open a new PR for changes made after the point where you approved them (commit adding the Auth0AuthZ Groups mixin class, plus typo fixes, 5f7e62b).