aboutsummaryrefslogtreecommitdiffstats
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
commit42cad1e409727ae8e1fd9f9d1c0b520e9c0565f8 (patch)
tree3cbc8bc7f5ad2e59b3a5e9281803f8831b47314e /TODO.md
parent65bcc5ce455bdc298af3b9c4a30039afed047a4f (diff)
downloadgradecoin-42cad1e409727ae8e1fd9f9d1c0b520e9c0565f8.tar.gz
gradecoin-42cad1e409727ae8e1fd9f9d1c0b520e9c0565f8.tar.bz2
gradecoin-42cad1e409727ae8e1fd9f9d1c0b520e9c0565f8.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