covid19cz / erouska-webapp

MIT License
12 stars 6 forks source link

Add handler authentication #20

Closed Kobzol closed 4 years ago

Kobzol commented 4 years ago

FE authentication, DB stores pairs of username/password and they are checked using HTTP-basic Auth. It is partially susceptible to timing attacks (the PW is not controlled if username does not exist), but I don't consider that too important now.