diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,12 +1,13 @@ | |||
1 | # TODO | 1 | # TODO |
2 | 2 | ||
3 | ## Proof-of-work | 3 | ## Authentication |
4 | So far so good | 4 | - [ ] /register is currently accepting non-encrypted (regular JSON) payloads |
5 | 5 | ||
6 | ## Authentication(DONE/DONE) | 6 | ## Authorization |
7 | - [ ] POST requests to /block should be authenticated as well | ||
7 | 8 | ||
8 | ## Verbosity | 9 | ## Verbosity |
9 | - [ ] Verbose error messages (use error.rs?) | 10 | - [ ] Verbose error messages (use error.rs ❓) |
10 | 11 | ||
11 | ## Tests | 12 | ## Tests |
12 | - [ ] Schema Tests | 13 | - [ ] Schema Tests |