This repository was archived by the owner on May 11, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 18 files changed +37
-25
lines changed Expand file tree Collapse file tree 18 files changed +37
-25
lines changed Original file line number Diff line number Diff line change @@ -130,15 +130,29 @@ block content
130
130
span Filter by
131
131
.jwt-select
132
132
select
133
+ // Languages must be in alphabetic order
133
134
option( value ='*' , selected ='' ) All
135
+ option( value ='.c' ) C
136
+ option( value ='.clojure' ) Clojure
137
+ option( value ='.crystal' ) Crystal
138
+ option( value ='.d' ) D
139
+ option( value ='.delphi' ) Delphi
140
+ option( value ='.elixir' ) Elixir
134
141
option( value ='.go' ) Go
135
142
option( value ='.haskell' ) Haskell
136
143
option( value ='.java' ) Java
137
- option( value ='.net' ) NET
144
+ option( value ='.js' ) JavaScript
145
+ option( value ='.lua' ) Lua
146
+ option( value ='.net' ) .NET
147
+ option( value ='.node' ) Node.js
148
+ option( value ='.perl' ) Perl
138
149
option( value ='.python' ) Python
139
150
option( value ='.php' ) PHP
140
- option( value ='.elixir' ) Elixir
141
- option( value ='.crystal' ) Crystal
151
+ option( value ='.q' ) Q
152
+ option( value ='.ruby' ) Ruby
153
+ option( value ='.rust' ) Rust
154
+ option( value ='.scala' ) Scala
155
+ option( value ='.swift' ) Swift
142
156
143
157
.warning
144
158
b Warning:
Original file line number Diff line number Diff line change 1
1
// C benmcollins/libjwt
2
- article.jwt-c.accordion ( data-accordion )
2
+ article.jwt-c.c. accordion ( data-accordion )
3
3
.panel-heading ( data-control )
4
4
img( src ='/img/16.svg' )
5
5
h3 C
Original file line number Diff line number Diff line change 1
1
// Clojure funcool/buddy
2
- article.jwt-clojure.accordion ( data-accordion )
2
+ article.jwt-clojure.clojure. accordion ( data-accordion )
3
3
.panel-heading ( data-control )
4
4
img( src ='/img/13.svg' )
5
5
h3 Clojure
Original file line number Diff line number Diff line change 1
1
// D olehlong/jwtd
2
- article.jwt-d.accordion ( data-accordion )
2
+ article.jwt-d.d. accordion ( data-accordion )
3
3
.panel-heading ( data-control )
4
4
img( src ='/img/14.svg' )
5
5
h3 D
@@ -82,4 +82,3 @@ article.jwt-d.accordion(data-accordion)
82
82
83
83
.panel-footer
84
84
code dub fetch jwtd
85
-
Original file line number Diff line number Diff line change 1
1
// Delphi paolo-rossi/delphi-jose-jwt
2
- article.jwt-delphi.accordion ( data-accordion )
2
+ article.jwt-delphi.delphi. accordion ( data-accordion )
3
3
.panel-heading ( data-control )
4
4
img( src ='/img/17.svg' )
5
5
h3 Delphi
Original file line number Diff line number Diff line change 1
1
// Javascript kjur/jsjws
2
- article.jwt-js.accordion ( data-accordion )
2
+ article.jwt-js.js. accordion ( data-accordion )
3
3
.panel-heading ( data-control )
4
4
img( src ='/img/6.svg' )
5
5
h3 JavaScript
Original file line number Diff line number Diff line change 1
1
// Lua (openresty) SkyLothar/lua-resty-jwt
2
- article.jwt-lua.accordion ( data-accordion )
2
+ article.jwt-lua.lua. accordion ( data-accordion )
3
3
.panel-heading ( data-control )
4
4
img( src ='/img/11.svg' )
5
5
h3 Lua
Original file line number Diff line number Diff line change 1
1
// Node.js jsonwebtoken
2
- article.jwt-node.accordion ( data-accordion )
2
+ article.jwt-node.node. accordion ( data-accordion )
3
3
.panel-heading ( data-control )
4
4
img( src ='/img/2.svg' )
5
5
h3 Node.js
@@ -85,4 +85,4 @@ article.jwt-node.accordion(data-accordion)
85
85
a( href ='https://github.com/auth0/node-jsonwebtoken' ) View Repo
86
86
87
87
.panel-footer
88
- code npm install jsonwebtoken
88
+ code npm install jsonwebtoken
Original file line number Diff line number Diff line change 1
1
// Perl DCIT/perl-Crypt-JWT
2
- article.jwt-perl.accordion ( data-accordion )
2
+ article.jwt-perl.perl. accordion ( data-accordion )
3
3
.panel-heading ( data-control )
4
4
img( src ='/img/19.svg' )
5
5
h3 Perl
Original file line number Diff line number Diff line change 1
1
// kdb+/Q
2
- article.jwt-q.accordion ( data-accordion )
2
+ article.jwt-q.q. accordion ( data-accordion )
3
3
.panel-heading ( data-control )
4
4
img( src ='/img/q.svg' )
5
5
h3 kdb+/Q
You can’t perform that action at this time.
0 commit comments