diff options
author | Yigit Sever | 2021-04-14 23:16:33 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-14 23:16:33 +0300 |
commit | bc75cf3bf2fcac410c17eaf61e7e54fac5664f84 (patch) | |
tree | 187bca95766671a4f52ba2b7b876fd6706142d67 | |
parent | 87e5910ba6dc80b48850d76639960c8e8dc8edd3 (diff) | |
download | gradecoin-bc75cf3bf2fcac410c17eaf61e7e54fac5664f84.tar.gz gradecoin-bc75cf3bf2fcac410c17eaf61e7e54fac5664f84.tar.bz2 gradecoin-bc75cf3bf2fcac410c17eaf61e7e54fac5664f84.zip |
Add JWT resources
-rw-r--r-- | REFERENCE.md | 4 |
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 | ||
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/). | 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 | |||