diff options
author | Yigit Sever | 2021-04-16 15:57:21 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-16 15:57:21 +0300 |
commit | 11d088faaa368fc0603e7ecdbc504c5687495ca5 (patch) | |
tree | 2fb24590b8ff3a8c2a3a61103bc3ba0247afbaa5 /site | |
parent | 14f1a596690bbfd9acd82d40185403dcbcb6add6 (diff) | |
download | gradecoin-11d088faaa368fc0603e7ecdbc504c5687495ca5.tar.gz gradecoin-11d088faaa368fc0603e7ecdbc504c5687495ca5.tar.bz2 gradecoin-11d088faaa368fc0603e7ecdbc504c5687495ca5.zip |
Link JSON docs
Diffstat (limited to 'site')
-rw-r--r-- | site/public/index.html | 2 |
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> |