diff options
Diffstat (limited to 'site/public/jwt/index.html')
-rw-r--r-- | site/public/jwt/index.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/site/public/jwt/index.html b/site/public/jwt/index.html index c32fb31..056733e 100644 --- a/site/public/jwt/index.html +++ b/site/public/jwt/index.html | |||
@@ -24,7 +24,7 @@ | |||
24 | <link href="https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap" rel="stylesheet"> | 24 | <link href="https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap" rel="stylesheet"> |
25 | <link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600&display=swap" rel="stylesheet"> | 25 | <link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600&display=swap" rel="stylesheet"> |
26 | <link rel="stylesheet" href="/normalize.css"> | 26 | <link rel="stylesheet" href="/normalize.css"> |
27 | <link rel="stylesheet" href="http://localhost:8080/juice.css"> | 27 | <link rel="stylesheet" href="https://gradecoin.xyz/juice.css"> |
28 | 28 | ||
29 | 29 | ||
30 | </head> | 30 | </head> |
@@ -34,22 +34,22 @@ | |||
34 | <header class="box-shadow"> | 34 | <header class="box-shadow"> |
35 | 35 | ||
36 | 36 | ||
37 | <a href="http://localhost:8080/"> | 37 | <a href="https://gradecoin.xyz/"> |
38 | <div class="logo"> | 38 | <div class="logo"> |
39 | <img src="http://localhost:8080/gradecoin.png" alt="logo"> | 39 | <img src="https://gradecoin.xyz/gradecoin.png" alt="logo"> |
40 | Gradecoin | 40 | Gradecoin |
41 | </div> | 41 | </div> |
42 | </a> | 42 | </a> |
43 | 43 | ||
44 | <nav> | 44 | <nav> |
45 | 45 | ||
46 | <a class="nav-item subtitle-text" href="http://localhost:8080/block-docs/">Blocks</a> | 46 | <a class="nav-item subtitle-text" href="https://gradecoin.xyz/block-docs/">Blocks</a> |
47 | 47 | ||
48 | <a class="nav-item subtitle-text" href="http://localhost:8080/transaction-docs/">Transactions</a> | 48 | <a class="nav-item subtitle-text" href="https://gradecoin.xyz/transaction-docs/">Transactions</a> |
49 | 49 | ||
50 | <a class="nav-item subtitle-text" href="http://localhost:8080/register-docs/">Register</a> | 50 | <a class="nav-item subtitle-text" href="https://gradecoin.xyz/register-docs/">Register</a> |
51 | 51 | ||
52 | <a class="nav-item subtitle-text" href="http://localhost:8080/jwt/">JWT</a> | 52 | <a class="nav-item subtitle-text" href="https://gradecoin.xyz/jwt/">JWT</a> |
53 | 53 | ||
54 | 54 | ||
55 | 55 | ||
@@ -71,17 +71,17 @@ | |||
71 | <div class="toc-sticky"> | 71 | <div class="toc-sticky"> |
72 | 72 | ||
73 | <div class="toc-item"> | 73 | <div class="toc-item"> |
74 | <a class="subtext" href="http://localhost:8080/jwt/#how">How?</a> | 74 | <a class="subtext" href="https://gradecoin.xyz/jwt/#how">How?</a> |
75 | </div> | 75 | </div> |
76 | 76 | ||
77 | 77 | ||
78 | <div class="toc-item"> | 78 | <div class="toc-item"> |
79 | <a class="subtext" href="http://localhost:8080/jwt/#algorithm">Algorithm</a> | 79 | <a class="subtext" href="https://gradecoin.xyz/jwt/#algorithm">Algorithm</a> |
80 | </div> | 80 | </div> |
81 | 81 | ||
82 | 82 | ||
83 | <div class="toc-item"> | 83 | <div class="toc-item"> |
84 | <a class="subtext" href="http://localhost:8080/jwt/#references">References</a> | 84 | <a class="subtext" href="https://gradecoin.xyz/jwt/#references">References</a> |
85 | </div> | 85 | </div> |
86 | 86 | ||
87 | 87 | ||
@@ -115,7 +115,7 @@ | |||
115 | } | 115 | } |
116 | </span></code></pre> | 116 | </span></code></pre> |
117 | <ul> | 117 | <ul> |
118 | <li><code>tha</code> is explained in <a href="http://localhost:8080/block-docs/">blocks</a> and <a href="http://localhost:8080/transaction-docs/">transactions</a> documentations.</li> | 118 | <li><code>tha</code> is explained in <a href="https://gradecoin.xyz/block-docs/">blocks</a> and <a href="https://gradecoin.xyz/transaction-docs/">transactions</a> documentations.</li> |
119 | <li><code>iat</code> when the JWT was created in <a href="https://en.wikipedia.org/wiki/Unix_time">Unix Time</a> format</li> | 119 | <li><code>iat</code> when the JWT was created in <a href="https://en.wikipedia.org/wiki/Unix_time">Unix Time</a> format</li> |
120 | <li><code>exp</code> when the JWT will expire & be rejected in <a href="https://en.wikipedia.org/wiki/Unix_time">Unix Time</a></li> | 120 | <li><code>exp</code> when the JWT will expire & be rejected in <a href="https://en.wikipedia.org/wiki/Unix_time">Unix Time</a></li> |
121 | </ul> | 121 | </ul> |