datahuborg / datahub

An experimental hosted platform (GitHub-like) for organizing, managing, sharing, collaborating, and making sense of data.
https://datahub.csail.mit.edu
MIT License
210 stars 60 forks source link

Swagger Interface should use CSRF tokens #127

Open RogerTangos opened 8 years ago

RogerTangos commented 8 years ago

In feature/rest, this currently doesn't happen. It prevents people from previewing API endpoints that upload files.

/api-docs

RogerTangos commented 8 years ago

This isn't high enough priority to do the (potentially significant) amount of debugging necessary to get it to work. The API still works for import files... just not via the swagger interface.