diff options
author | Yigit Sever | 2021-04-09 21:06:37 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-09 21:06:37 +0300 |
commit | b4d90a4d8d23d1ced460c24c3f3b4d8114460347 (patch) | |
tree | 7582d94b769a501ec0c0cbb45c0f9bb4d2229590 /README.md | |
parent | 8e7d1b91ca77fcf75b3de3ca5b7c10c114d1950e (diff) | |
download | gradecoin-b4d90a4d8d23d1ced460c24c3f3b4d8114460347.tar.gz gradecoin-b4d90a4d8d23d1ced460c24c3f3b4d8114460347.tar.bz2 gradecoin-b4d90a4d8d23d1ced460c24c3f3b4d8114460347.zip |
Add auth scheme JWT
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ $ curl --location --request POST 'localhost:8080/transaction' --header 'Content- | |||
17 | 17 | ||
18 | ## authentication | 18 | ## authentication |
19 | Students generate their own `keypairs` and authenticate with their METU Student IDs. | 19 | Students generate their own `keypairs` and authenticate with their METU Student IDs. |
20 | Some JWT scheme, coming up. | ||
21 | |||
20 | Authenticated students propose transactions, between them and another node (=public keys) or between the grader (=bank) and themselves. | 22 | Authenticated students propose transactions, between them and another node (=public keys) or between the grader (=bank) and themselves. |
21 | 23 | ||
22 | ## transactions | 24 | ## transactions |