unicef / kindly

GNU Affero General Public License v3.0
24 stars 17 forks source link

DOC: improving readability and auth instructions #33 #55

Closed sabinevidal closed 2 years ago

sabinevidal commented 2 years ago

DOC: Improving wording for instructions

DOC: improving auth section

sabinevidal commented 2 years ago

I experimented with different variations of the auth setup, ie with/out localhost in allowed_origins, and with/out the .env file and the TOKEN_KEYS. Having both fixed the 500 error when trying to test the requests. However, I still encountered a 403 error when submitting on the /detect endpoint on my locally run site. I received the json results when testing the curl request though.