aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorYigit Sever2021-04-13 04:51:19 +0300
committerYigit Sever2021-04-13 04:51:19 +0300
commit116af4059f43eb3986b54fee080af9f67c247472 (patch)
tree387c03347f7d72fe949861518cfc606759b4c4a2 /TODO.md
parent14b6904f00a17d3d6757a7e5222df966aa37fa35 (diff)
downloadgradecoin-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index f762b01..b1c2ca0 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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