diff options
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 |