diff options
author | yigit sever | 2021-04-13 10:28:04 +0000 |
---|---|---|
committer | yigit sever | 2021-04-13 10:28:04 +0000 |
commit | 3d5e2607c18f737258c8dcf31ab475729bc599a4 (patch) | |
tree | cf59040ebfcbb8a58b9a4063b0ea92cc62eb120c /TODO.md | |
parent | 46cd2458196455c12af98bf32a86858876841f2e (diff) | |
download | gradecoin-3d5e2607c18f737258c8dcf31ab475729bc599a4.tar.gz gradecoin-3d5e2607c18f737258c8dcf31ab475729bc599a4.tar.bz2 gradecoin-3d5e2607c18f737258c8dcf31ab475729bc599a4.zip |
Fix typo
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |