summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorYigit Sever2021-04-13 04:05:11 +0300
committerYigit Sever2021-04-13 04:05:11 +0300
commit0cc703bc74539f123d57d2d392eaf6b99eca26e7 (patch)
treee7f811682f7c3a28fbbd1f1963977fda9cc04ba5 /TODO.md
parentaa169ad1b3c277859f01413a945ea2d6f1375615 (diff)
downloadgradecoin-0cc703bc74539f123d57d2d392eaf6b99eca26e7.tar.gz
gradecoin-0cc703bc74539f123d57d2d392eaf6b99eca26e7.tar.bz2
gradecoin-0cc703bc74539f123d57d2d392eaf6b99eca26e7.zip
Update todo and readme
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