diff options
author | yigit sever | 2021-04-13 02:10:08 +0000 |
---|---|---|
committer | yigit sever | 2021-04-13 02:10:08 +0000 |
commit | 46cd2458196455c12af98bf32a86858876841f2e (patch) | |
tree | 486cba990f9c7f60019aeb6257536350232a0c74 | |
parent | 116af4059f43eb3986b54fee080af9f67c247472 (diff) | |
download | gradecoin-46cd2458196455c12af98bf32a86858876841f2e.tar.gz gradecoin-46cd2458196455c12af98bf32a86858876841f2e.tar.bz2 gradecoin-46cd2458196455c12af98bf32a86858876841f2e.zip |
Update 'TODO.md'
-rw-r--r-- | TODO.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ | |||
2 | 2 | ||
3 | ## Authentication | 3 | ## Authentication |
4 | - [ ] /register is currently accepting non-encrypted (regular JSON) payloads | 4 | - [ ] /register is currently accepting non-encrypted (regular JSON) payloads |
5 | - [ ] regitser should check for public key pem format and assign signatures | ||
5 | 6 | ||
6 | ## Authorization | 7 | ## Authorization |
7 | - [x] POST requests to /block should be authenticated as well (2021-04-13 04:50, they now are but until we make error messages **Verbose** there's not much point in testing because I honestly cannot trace the code) | 8 | - [x] POST requests to /block should be authenticated as well (2021-04-13 04:50, they now are but until we make error messages **Verbose** there's not much point in testing because I honestly cannot trace the code) |