pecu / SCoin

Soochow University Coin (IOTA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need handle non-exist user in app/auth.py

42bchen opened this issue · comments

function : def check_api_key()
If server can't find the user, need to response

Error {
  "status_code" : 404,
  "message" : "User doesn't exist"
}

The service have response Authentication fail already.

To reproduce, place a non-exist user in the sender field.