diff options
author | Yigit Sever | 2021-04-09 21:06:37 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-09 21:06:37 +0300 |
commit | 93950532fa1b4e2512275ef607b3e5de13db3f2b (patch) | |
tree | 9725a1f5904a76424ae0fb0cdabcab617ddaf148 /README.md | |
parent | 33d1499f5fa69778063d7da27c0072dba78db4c3 (diff) | |
download | gradecoin-93950532fa1b4e2512275ef607b3e5de13db3f2b.tar.gz gradecoin-93950532fa1b4e2512275ef607b3e5de13db3f2b.tar.bz2 gradecoin-93950532fa1b4e2512275ef607b3e5de13db3f2b.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 |