diff options
author | Yigit Sever | 2021-04-13 04:51:19 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-13 04:51:19 +0300 |
commit | 8b50bf2e66f02e64e7fbec8079094bafb5ccdc6a (patch) | |
tree | 615f6254a326077f83aa5200c822bceb823696e0 /TODO.md | |
parent | 0158bc39981a751d53e2d12633d179d22484c791 (diff) | |
download | gradecoin-8b50bf2e66f02e64e7fbec8079094bafb5ccdc6a.tar.gz gradecoin-8b50bf2e66f02e64e7fbec8079094bafb5ccdc6a.tar.bz2 gradecoin-8b50bf2e66f02e64e7fbec8079094bafb5ccdc6a.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 |