UTD-CRSS / exploreapollo-api

API server for the exploreapollo.org application
7 stars 4 forks source link

Force authentication failure to return 401 #64

Closed satsukiu closed 7 years ago

satsukiu commented 7 years ago

Corrected authentication issue - API upload requests with incorrect authentication tokens were returning code 200. This change manually returns 401 when authentication fails.