icgc-argo / workflow-api

Search API for workflow runs
GNU Affero General Public License v3.0
1 stars 0 forks source link

Refactor graphql oauth security to method security #94

Closed jaserud closed 4 years ago

jaserud commented 4 years ago

Detailed Description

Originally the solution for implementing ouath security in workflow-search was done at the graphql level, but a better implementation was found when working on workflow-management at the service level, which requries less code and is more customisable. Workflow-search should be updated to follow that implementation for consistancy.

Possible Implementation