boyle / 2018-measure-stress

Using machine learning to investigate sympathetic activation of the autonomic nervous system (SAANS) during the treatment of mild traumatic brain injury, chronic pain, and post-traumatic stress disorder.
3 stars 1 forks source link

authentication via cookies #7

Closed boyle closed 6 years ago

boyle commented 6 years ago

Authentication on the web server needs to be enabled around uploads and the API interface. Its only a matter of time before this gets abused by a random passer-by/script-kiddy.

boyle commented 6 years ago

resolved by 28eab8f1cd998326e6180e4fd523c0ee46aa3d1a ... at least as a first pass (using session cookies for website users)

boyle commented 6 years ago

JWT details pulled out into a separate issue #16.