aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-04-16 15:57:21 +0300
committerYigit Sever2021-04-16 15:57:21 +0300
commitd45e07d485f0632f2a53b82d2f999b04e3e8389e (patch)
tree85a2697b330b368d4e10a786ec8174b18c15efbd
parent00b705a44efa1ca8e1d2ea7426e9a6cf5537dfca (diff)
downloadgradecoin-d45e07d485f0632f2a53b82d2f999b04e3e8389e.tar.gz
gradecoin-d45e07d485f0632f2a53b82d2f999b04e3e8389e.tar.bz2
gradecoin-d45e07d485f0632f2a53b82d2f999b04e3e8389e.zip
Link JSON docs
-rw-r--r--site/public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/public/index.html b/site/public/index.html
index d080d8e..09bfdb1 100644
--- a/site/public/index.html
+++ b/site/public/index.html
@@ -217,7 +217,7 @@ The server is programmed in <a href="https://www.service-architecture.com/articl
217<ul> 217<ul>
218<li>Student creates their own 2048 bit RSA <code>keypair</code></li> 218<li>Student creates their own 2048 bit RSA <code>keypair</code></li>
219<li>Downloads <code>Gradecoin</code>'s Public Key from <a href="https://odtuclass.metu.edu.tr/my/">Moodle</a></li> 219<li>Downloads <code>Gradecoin</code>'s Public Key from <a href="https://odtuclass.metu.edu.tr/my/">Moodle</a></li>
220<li>Encrypts their JSON wrapped <code>Public Key</code>, <code>Student ID</code> and one time <code>passwd</code> using Gradecoin's Public Key</li> 220<li>Encrypts their <a href="https://www.json.org/json-en.html">JSON</a> wrapped <code>Public Key</code>, <code>Student ID</code> and one time <code>passwd</code> using Gradecoin's Public Key</li>
221<li>Their public key is now in our database and can be used to sign their JWT's during requests</li> 221<li>Their public key is now in our database and can be used to sign their JWT's during requests</li>
222</ul> 222</ul>
223<h2 id="transaction">/transaction</h2> 223<h2 id="transaction">/transaction</h2>