Skip to content

Commit 0221847

Browse files
Deployed 5edd6a7 with MkDocs version 1.4.2 (9.0.13)
1 parent 4fd5621 commit 0221847

File tree

108 files changed

+7889
-5596
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+7889
-5596
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

404.html

Lines changed: 263 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,263 @@
1+
2+
<!doctype html>
3+
<html lang="en" class="no-js">
4+
<head>
5+
6+
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width,initial-scale=1">
8+
9+
10+
11+
12+
13+
<link rel="icon" href="/jwt/assets/jwt.png">
14+
<meta name="generator" content="mkdocs-1.4.2, mkdocs-material-9.0.13">
15+
16+
17+
18+
<title>golang-jwt docs</title>
19+
20+
21+
22+
<link rel="stylesheet" href="/jwt/assets/stylesheets/main.ffa9267a.min.css">
23+
24+
25+
<link rel="stylesheet" href="/jwt/assets/stylesheets/palette.a0c5b2b5.min.css">
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
36+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
37+
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
38+
39+
40+
41+
<script>__md_scope=new URL("/jwt/",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
42+
43+
44+
45+
46+
47+
48+
</head>
49+
50+
51+
52+
53+
54+
55+
56+
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="white" data-md-color-accent="indigo">
57+
58+
59+
60+
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
61+
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
62+
<label class="md-overlay" for="__drawer"></label>
63+
<div data-md-component="skip">
64+
65+
</div>
66+
<div data-md-component="announce">
67+
68+
</div>
69+
70+
71+
72+
73+
<header class="md-header" data-md-component="header">
74+
<nav class="md-header__inner md-grid" aria-label="Header">
75+
<a href="/jwt/." title="golang-jwt docs" class="md-header__button md-logo" aria-label="golang-jwt docs" data-md-component="logo">
76+
77+
<img src="/jwt/assets/jwt.png" alt="logo">
78+
79+
</a>
80+
<label class="md-header__button md-icon" for="__drawer">
81+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2Z"/></svg>
82+
</label>
83+
<div class="md-header__title" data-md-component="header-title">
84+
<div class="md-header__ellipsis">
85+
<div class="md-header__topic">
86+
<span class="md-ellipsis">
87+
golang-jwt docs
88+
</span>
89+
</div>
90+
<div class="md-header__topic" data-md-component="header-topic">
91+
<span class="md-ellipsis">
92+
93+
94+
95+
</span>
96+
</div>
97+
</div>
98+
</div>
99+
100+
101+
102+
<label class="md-header__button md-icon" for="__search">
103+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"/></svg>
104+
</label>
105+
<div class="md-search" data-md-component="search" role="dialog">
106+
<label class="md-search__overlay" for="__search"></label>
107+
<div class="md-search__inner" role="search">
108+
<form class="md-search__form" name="search">
109+
<input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
110+
<label class="md-search__icon md-icon" for="__search">
111+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"/></svg>
112+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"/></svg>
113+
</label>
114+
<nav class="md-search__options" aria-label="Search">
115+
116+
<button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
117+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41Z"/></svg>
118+
</button>
119+
</nav>
120+
121+
</form>
122+
<div class="md-search__output">
123+
<div class="md-search__scrollwrap" data-md-scrollfix>
124+
<div class="md-search-result" data-md-component="search-result">
125+
<div class="md-search-result__meta">
126+
Initializing search
127+
</div>
128+
<ol class="md-search-result__list" role="presentation"></ol>
129+
</div>
130+
</div>
131+
</div>
132+
</div>
133+
</div>
134+
135+
136+
<div class="md-header__source">
137+
<a href="https://github.com/golang-jwt/jwt" title="Go to repository" class="md-source" data-md-component="source">
138+
<div class="md-source__icon md-icon">
139+
140+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
141+
</div>
142+
<div class="md-source__repository">
143+
golang-jwt/jwt
144+
</div>
145+
</a>
146+
</div>
147+
148+
</nav>
149+
150+
</header>
151+
152+
<div class="md-container" data-md-component="container">
153+
154+
155+
156+
157+
158+
159+
<main class="md-main" data-md-component="main">
160+
<div class="md-main__inner md-grid">
161+
162+
163+
164+
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
165+
<div class="md-sidebar__scrollwrap">
166+
<div class="md-sidebar__inner">
167+
168+
169+
170+
171+
172+
<nav class="md-nav md-nav--primary md-nav--integrated" aria-label="Navigation" data-md-level="0">
173+
<label class="md-nav__title" for="__drawer">
174+
<a href="/jwt/." title="golang-jwt docs" class="md-nav__button md-logo" aria-label="golang-jwt docs" data-md-component="logo">
175+
176+
<img src="/jwt/assets/jwt.png" alt="logo">
177+
178+
</a>
179+
golang-jwt docs
180+
</label>
181+
182+
<div class="md-nav__source">
183+
<a href="https://github.com/golang-jwt/jwt" title="Go to repository" class="md-source" data-md-component="source">
184+
<div class="md-source__icon md-icon">
185+
186+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
187+
</div>
188+
<div class="md-source__repository">
189+
golang-jwt/jwt
190+
</div>
191+
</a>
192+
</div>
193+
194+
<ul class="md-nav__list" data-md-scrollfix>
195+
196+
197+
198+
199+
200+
201+
202+
203+
<li class="md-nav__item">
204+
<a href="/jwt/." class="md-nav__link">
205+
Getting started
206+
</a>
207+
</li>
208+
209+
210+
211+
</ul>
212+
</nav>
213+
</div>
214+
</div>
215+
</div>
216+
217+
218+
219+
220+
<div class="md-content" data-md-component="content">
221+
<article class="md-content__inner md-typeset">
222+
223+
<h1>404 - Not found</h1>
224+
225+
</article>
226+
</div>
227+
228+
229+
</div>
230+
231+
</main>
232+
233+
<footer class="md-footer">
234+
235+
<div class="md-footer-meta md-typeset">
236+
<div class="md-footer-meta__inner md-grid">
237+
<div class="md-copyright">
238+
239+
240+
Made with
241+
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
242+
Material for MkDocs
243+
</a>
244+
245+
</div>
246+
247+
</div>
248+
</div>
249+
</footer>
250+
251+
</div>
252+
<div class="md-dialog" data-md-component="dialog">
253+
<div class="md-dialog__inner md-typeset"></div>
254+
</div>
255+
256+
<script id="__config" type="application/json">{"base": "/jwt/", "features": ["navigation.instant", "toc.integrate", "navigation.sections"], "search": "/jwt/assets/javascripts/workers/search.208ed371.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
257+
258+
259+
<script src="/jwt/assets/javascripts/bundle.2a6f1dda.min.js"></script>
260+
261+
262+
</body>
263+
</html>

0 commit comments

Comments
 (0)