diff options
| author | Yigit Sever | 2021-04-14 23:16:33 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-04-14 23:16:33 +0300 |
| commit | 43f33d92c3793a77eef479ced5c69a0de4b19866 (patch) | |
| tree | 74cc20380bb74321f5ccfab934460a252163c7a3 | |
| parent | 0b05b6dece22d66d5f8fbfd468c49b8e8f403354 (diff) | |
| download | gradecoin-43f33d92c3793a77eef479ced5c69a0de4b19866.tar.gz gradecoin-43f33d92c3793a77eef479ced5c69a0de4b19866.tar.bz2 gradecoin-43f33d92c3793a77eef479ced5c69a0de4b19866.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 | |||
