diff options
author | Yigit Sever | 2021-04-13 04:05:11 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-13 04:05:11 +0300 |
commit | 42cad1e409727ae8e1fd9f9d1c0b520e9c0565f8 (patch) | |
tree | 3cbc8bc7f5ad2e59b3a5e9281803f8831b47314e /TODO.md | |
parent | 65bcc5ce455bdc298af3b9c4a30039afed047a4f (diff) | |
download | gradecoin-42cad1e409727ae8e1fd9f9d1c0b520e9c0565f8.tar.gz gradecoin-42cad1e409727ae8e1fd9f9d1c0b520e9c0565f8.tar.bz2 gradecoin-42cad1e409727ae8e1fd9f9d1c0b520e9c0565f8.zip |
Update todo and readme
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 |