From 116af4059f43eb3986b54fee080af9f67c247472 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 13 Apr 2021 04:51:19 +0300 Subject: Require authorization for Block POST Not tested because it's impossible to follow without verbose error messages, failing 1 test --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index f762b01..b1c2ca0 100644 --- a/TODO.md +++ b/TODO.md @@ -4,10 +4,10 @@ - [ ] /register is currently accepting non-encrypted (regular JSON) payloads ## Authorization -- [ ] POST requests to /block should be authenticated as well +- [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) ## Verbosity -- [ ] Verbose error messages (use error.rs ❓) +- [ ] Verbose error messages (use error.rs from [logrocket](https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/) ❓) ## Tests - [ ] Schema Tests -- cgit v1.2.3-70-g09d2