ga-wdi-boston / team-project

Other
2 stars 39 forks source link

GET request authentication issue #360

Closed ghost closed 7 years ago

ghost commented 7 years ago

So I required authentication in order to make an index GET request but after I sign-in I get a 401 unauthorized error. The index GET request DOES work with a curl script but not in the browser.

Code: controller - { method: authenticate }, server response -


GET /files 200 64.113 ms - 317```
jordanallain commented 7 years ago

can you post some relevant code?

ghost commented 7 years ago

Issue fixed, added user token information to the index request