aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYigit Sever2021-04-09 21:06:37 +0300
committerYigit Sever2021-04-09 21:06:37 +0300
commit93950532fa1b4e2512275ef607b3e5de13db3f2b (patch)
tree9725a1f5904a76424ae0fb0cdabcab617ddaf148 /README.md
parent33d1499f5fa69778063d7da27c0072dba78db4c3 (diff)
downloadgradecoin-93950532fa1b4e2512275ef607b3e5de13db3f2b.tar.gz
gradecoin-93950532fa1b4e2512275ef607b3e5de13db3f2b.tar.bz2
gradecoin-93950532fa1b4e2512275ef607b3e5de13db3f2b.zip
Add auth scheme JWT
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 10e98cd..664336c 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,8 @@ $ curl --location --request POST 'localhost:8080/transaction' --header 'Content-
17 17
18## authentication 18## authentication
19Students generate their own `keypairs` and authenticate with their METU Student IDs. 19Students generate their own `keypairs` and authenticate with their METU Student IDs.
20Some JWT scheme, coming up.
21
20Authenticated students propose transactions, between them and another node (=public keys) or between the grader (=bank) and themselves. 22Authenticated students propose transactions, between them and another node (=public keys) or between the grader (=bank) and themselves.
21 23
22## transactions 24## transactions