aboutsummaryrefslogtreecommitdiffstats
path: root/src/auth.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use rstest_parametrize for unit testskhai96_2019-04-251-68/+44
| |
* | Run cargo fmtkhai96_2019-04-241-5/+11
| |
* | Convert hex strings to raw byte vectors and compare themkhai96_2019-04-231-14/+19
| |
* | Remove spaces before function nameskhai96_2019-04-201-3/+3
| |
* | Fix parse_auth and add some testskhai96_2019-04-191-3/+91
| |
* | Fix false positivekhai96_2019-04-191-1/+1
| |
* | Create get_hash_hexkhai96_2019-04-191-3/+6
| |
* | Add support for sha-512khai96_2019-04-191-7/+11
| |
* | Add support for hashed password (sha256)khai96_2019-04-191-3/+31
|/
* Fixed auth checkboasting-squirrel2019-04-131-12/+7
|
* Send 401 instead of 403 on incorrect password (fixes #47)Sven-Hendrik Haase2019-03-081-1/+1
|
* Added some docstringsboasting-squirrel2019-02-131-0/+2
|
* Removed config.rs and put back actix config in main.rsboasting-squirrel2019-02-131-4/+2
|
* Split project into multiple filesboasting-squirrel2019-02-121-0/+77