elixir-cloud-aai / trs-filer

Lightweight, flexible Flask/Gunicorn-based GA4GH TRS implementation
Apache License 2.0
8 stars 6 forks source link

Include token validation for TRS endpoints #7

Open kushagra189 opened 4 years ago

kushagra189 commented 4 years ago
uniqueg commented 3 years ago

By bumping the FOCA version to 0.6.0 or later, token validation can be handled via the corresponding objects in the OpenAPI specs (securitySchemes and security). After resolving #88, make sure that this works, then report here. If all works as expected, the issue can be closed without any code changes.