summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authoryigit sever2021-04-13 02:10:08 +0000
committeryigit sever2021-04-13 02:10:08 +0000
commit71ce63a907503a4d79be23cccc1ef20b4489e819 (patch)
tree6746ab7ee296773c2bfed8d284fb30dfe7d7dd89 /TODO.md
parent8b50bf2e66f02e64e7fbec8079094bafb5ccdc6a (diff)
downloadgradecoin-71ce63a907503a4d79be23cccc1ef20b4489e819.tar.gz
gradecoin-71ce63a907503a4d79be23cccc1ef20b4489e819.tar.bz2
gradecoin-71ce63a907503a4d79be23cccc1ef20b4489e819.zip
Update 'TODO.md'
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index b1c2ca0..45ea50c 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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)