aboutsummaryrefslogtreecommitdiffstats
path: root/REFERENCE.md
diff options
context:
space:
mode:
authorYigit Sever2021-04-14 23:16:33 +0300
committerYigit Sever2021-04-14 23:16:33 +0300
commit43f33d92c3793a77eef479ced5c69a0de4b19866 (patch)
tree74cc20380bb74321f5ccfab934460a252163c7a3 /REFERENCE.md
parent0b05b6dece22d66d5f8fbfd468c49b8e8f403354 (diff)
downloadgradecoin-43f33d92c3793a77eef479ced5c69a0de4b19866.tar.gz
gradecoin-43f33d92c3793a77eef479ced5c69a0de4b19866.tar.bz2
gradecoin-43f33d92c3793a77eef479ced5c69a0de4b19866.zip
Add JWT resources
Diffstat (limited to 'REFERENCE.md')
-rw-r--r--REFERENCE.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/REFERENCE.md b/REFERENCE.md
index 018b0a5..d57378d 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -1,3 +1,5 @@
1# Reference 1# Reference
2 2
3Don't know where to start? Gradecoin uses RESTful API, simple `curl` commands or even your browser will work! [This website will help as well](https://curl.trillworks.com/). 3- Don't know where to start? Gradecoin uses RESTful API, simple `curl` commands or even your browser will work! [This website will help as well](https://curl.trillworks.com/).
4- [JWT Debugger](https://jwt.io) and the corresponding [RFC](https://tools.ietf.org/html/rfc7519)
5