Closed Zegnat closed 9 years ago
See PhotoBackup/api#2.
Because validate_password() can exit with 401 and is called for @route('/', method='POST') the upload request can return 401 for a password error even though this is not defined by the API.
validate_password()
401
@route('/', method='POST')
Addressed in 326523ebfc747eaff1c5a9f601fefb9080a5e0c9
See PhotoBackup/api#2.
Because
validate_password()
can exit with401
and is called for@route('/', method='POST')
the upload request can return 401 for a password error even though this is not defined by the API.