aboutsummaryrefslogtreecommitdiffstats
path: root/src/auth.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-22Improved errorsboastful-squirrel1-4/+6
2019-04-21Rework error system + avoid panics in main()boastful-squirrel1-12/+17
2019-04-20Remove spaces before function nameskhai96_1-3/+3
2019-04-19Fix parse_auth and add some testskhai96_1-3/+91
2019-04-19Fix false positivekhai96_1-1/+1
2019-04-19Create get_hash_hexkhai96_1-3/+6
2019-04-19Add support for sha-512khai96_1-7/+11
2019-04-19Add support for hashed password (sha256)khai96_1-3/+31
2019-04-13Fixed auth checkboasting-squirrel1-12/+7
2019-03-08Send 401 instead of 403 on incorrect password (fixes #47)Sven-Hendrik Haase1-1/+1
2019-02-13Added some docstringsboasting-squirrel1-0/+2
2019-02-13Removed config.rs and put back actix config in main.rsboasting-squirrel1-4/+2
2019-02-12Split project into multiple filesboasting-squirrel1-0/+77