okfn-brasil / querido-diario-api

This is Querido Diário's API. It provides everything the frontend does and even more!
https://queridodiario.ok.org.br/api/docs
MIT License
48 stars 32 forks source link

CORS configuration #36

Closed jvanz closed 3 years ago

jvanz commented 3 years ago

To allow the front-end to develop the UI a CORS middleware allowing any origin has been added in PR #35. But allowing any origin it is not a good idea. So, we should change the code to load this info from a config somewhere.