summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authoryigit sever2021-04-13 10:28:04 +0000
committeryigit sever2021-04-13 10:28:04 +0000
commit909f5317117594e4bc956d558a22698d59fd8129 (patch)
treeac6a43068659ec8d775647e9dbb352d4dede1c3f /TODO.md
parent71ce63a907503a4d79be23cccc1ef20b4489e819 (diff)
downloadgradecoin-909f5317117594e4bc956d558a22698d59fd8129.tar.gz
gradecoin-909f5317117594e4bc956d558a22698d59fd8129.tar.bz2
gradecoin-909f5317117594e4bc956d558a22698d59fd8129.zip
Fix typo
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 45ea50c..a4efbcc 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,7 +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- [ ] /register should check for public key pem format and assign signatures
6 6
7## Authorization 7## Authorization
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) 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)