aboutsummaryrefslogtreecommitdiffstats
path: root/src/auth.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-30Apply WWW_AUTHENTICATE to all Unauthorized brancheskhai96_1-11/+0
2019-05-24Improve doc commentkhai96_1-1/+1
2019-05-18Add unit test for multiple accountskhai96_1-1/+74
2019-05-17Fix Clippykhai96_1-5/+5
2019-05-16Update unit testskhai96_1-18/+17
2019-05-16Make some changeskhai96_1-41/+55
2019-05-05Begin to support multiple authskhai96_1-22/+22
2019-05-03Return QueryParameters struct instead of tupleboastful-squirrel1-1/+1
2019-05-02Read query params to handle error back linkboastful-squirrel1-0/+1
2019-05-02Cargo fmtboastful-squirrel1-4/+8
2019-05-02Added rustfmt_skip directive on testsboastful-squirrel1-6/+2
2019-05-01Return to root when auth succeedsboastful-squirrel1-1/+1
2019-05-01Use HTTP StatusCode for error titleboastful-squirrel1-2/+6
2019-05-01Fix return link when random_route is setboastful-squirrel1-1/+6
2019-05-01Added docboastful-squirrel1-0/+3
2019-05-01Display HTTP authentication errorsboastful-squirrel1-5/+38
2019-05-01Fix some Clippy lintskhai96_1-3/+2
2019-05-01Ignore clippy warningskhai96_1-0/+1
2019-04-27Fixed test + fixed clippy warningboastful-squirrel1-2/+2
2019-04-27Combine ContextualError and ContextualErrorKind into onekhai96_1-7/+5
2019-04-26Cargo fmtboastful-squirrel1-2/+7
2019-04-26Comply to change requestskhai96_1-1/+7
- Added doc comments - Added an additional test case
2019-04-25Use rstest_parametrize for unit testskhai96_1-68/+44
2019-04-24Run cargo fmtkhai96_1-5/+11
2019-04-23Convert hex strings to raw byte vectors and compare themkhai96_1-14/+19
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