diff options
author | Yigit Sever | 2021-04-13 04:51:19 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-13 04:51:19 +0300 |
commit | 116af4059f43eb3986b54fee080af9f67c247472 (patch) | |
tree | 387c03347f7d72fe949861518cfc606759b4c4a2 /TODO.md | |
parent | 14b6904f00a17d3d6757a7e5222df966aa37fa35 (diff) | |
download | gradecoin-116af4059f43eb3986b54fee080af9f67c247472.tar.gz gradecoin-116af4059f43eb3986b54fee080af9f67c247472.tar.bz2 gradecoin-116af4059f43eb3986b54fee080af9f67c247472.zip |
Require authorization for Block POST
Not tested because it's impossible to follow without verbose error
messages, failing 1 test
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,10 +4,10 @@ | |||
4 | - [ ] /register is currently accepting non-encrypted (regular JSON) payloads | 4 | - [ ] /register is currently accepting non-encrypted (regular JSON) payloads |
5 | 5 | ||
6 | ## Authorization | 6 | ## Authorization |
7 | - [ ] POST requests to /block should be authenticated as well | 7 | - [x] POST requests to /block should be authenticated as well (2021-04-13 04:50, they now are but until we make error messages **Verbose** there's not much point in testing because I honestly cannot trace the code) |
8 | 8 | ||
9 | ## Verbosity | 9 | ## Verbosity |
10 | - [ ] Verbose error messages (use error.rs ❓) | 10 | - [ ] Verbose error messages (use error.rs from [logrocket](https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/) ❓) |
11 | 11 | ||
12 | ## Tests | 12 | ## Tests |
13 | - [ ] Schema Tests | 13 | - [ ] Schema Tests |