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
commitb4d90a4d8d23d1ced460c24c3f3b4d8114460347 (patch)
tree7582d94b769a501ec0c0cbb45c0f9bb4d2229590 /README.md
parent8e7d1b91ca77fcf75b3de3ca5b7c10c114d1950e (diff)
downloadgradecoin-b4d90a4d8d23d1ced460c24c3f3b4d8114460347.tar.gz
gradecoin-b4d90a4d8d23d1ced460c24c3f3b4d8114460347.tar.bz2
gradecoin-b4d90a4d8d23d1ced460c24c3f3b4d8114460347.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