aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 622c95a..f762b01 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,12 +1,13 @@
1# TODO 1# TODO
2 2
3## Proof-of-work 3## Authentication
4So 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