File tree Expand file tree Collapse file tree 19 files changed +40
-27
lines changed Expand file tree Collapse file tree 19 files changed +40
-27
lines changed Original file line number Diff line number Diff line change @@ -130,15 +130,30 @@ block content
130130 span Filter by
131131 .jwt-select
132132 select
133+ // Languages must be in alphabetic order
133134 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
134141 option( value ='.go' ) Go
135142 option( value ='.haskell' ) Haskell
136143 option( value ='.java' ) Java
137- option( value ='.net' ) NET
138- option( value ='.python' ) Python
144+ option( value ='.js' ) JavaScript
145+ option( value ='.lua' ) Lua
146+ option( value ='.net' ) .NET
147+ option( value ='.node' ) Node.js
148+ option( value ='.objective-c' ) Objective-c
149+ option( value ='.perl' ) Perl
139150 option( value ='.php' ) PHP
140- option( value ='.elixir' ) Elixir
141- option( value ='.crystal' ) Crystal
151+ option( value ='.python' ) Python
152+ option( value ='.q' ) Q
153+ option( value ='.ruby' ) Ruby
154+ option( value ='.rust' ) Rust
155+ option( value ='.scala' ) Scala
156+ option( value ='.swift' ) Swift
142157
143158 .warning
144159 b Warning:
Original file line number Diff line number Diff line change 11// C benmcollins/libjwt
2- article.jwt-c.accordion ( data-accordion )
2+ article.jwt-c.c. accordion ( data-accordion )
33 .panel-heading ( data-control )
44 img( src ='/img/16.svg' )
55 h3 C
Original file line number Diff line number Diff line change 11// Clojure funcool/buddy
2- article.jwt-clojure.accordion ( data-accordion )
2+ article.jwt-clojure.clojure. accordion ( data-accordion )
33 .panel-heading ( data-control )
44 img( src ='/img/13.svg' )
55 h3 Clojure
Original file line number Diff line number Diff line change 11// D olehlong/jwtd
2- article.jwt-d.accordion ( data-accordion )
2+ article.jwt-d.d. accordion ( data-accordion )
33 .panel-heading ( data-control )
44 img( src ='/img/14.svg' )
55 h3 D
@@ -82,4 +82,3 @@ article.jwt-d.accordion(data-accordion)
8282
8383 .panel-footer
8484 code dub fetch jwtd
85-
Original file line number Diff line number Diff line change 11// Delphi paolo-rossi/delphi-jose-jwt
2- article.jwt-delphi.accordion ( data-accordion )
2+ article.jwt-delphi.delphi. accordion ( data-accordion )
33 .panel-heading ( data-control )
44 img( src ='/img/17.svg' )
55 h3 Delphi
Original file line number Diff line number Diff line change 11// Javascript kjur/jsjws
2- article.jwt-js.accordion ( data-accordion )
2+ article.jwt-js.js. accordion ( data-accordion )
33 .panel-heading ( data-control )
44 img( src ='/img/6.svg' )
55 h3 JavaScript
Original file line number Diff line number Diff line change 11// Lua (openresty) SkyLothar/lua-resty-jwt
2- article.jwt-lua.accordion ( data-accordion )
2+ article.jwt-lua.lua. accordion ( data-accordion )
33 .panel-heading ( data-control )
44 img( src ='/img/11.svg' )
55 h3 Lua
Original file line number Diff line number Diff line change 11// Node.js jsonwebtoken
2- article.jwt-node.accordion ( data-accordion )
2+ article.jwt-node.node. accordion ( data-accordion )
33 .panel-heading ( data-control )
44 img( src ='/img/2.svg' )
55 h3 Node.js
@@ -85,4 +85,4 @@ article.jwt-node.accordion(data-accordion)
8585 a( href ='https://github.com/auth0/node-jsonwebtoken' ) View Repo
8686
8787 .panel-footer
88- code npm install jsonwebtoken
88+ code npm install jsonwebtoken
Original file line number Diff line number Diff line change 11// Objective-C yourkarma/jwt
2- article.jwt-objective-c.accordion ( data-accordion )
2+ article.jwt-objective-c.objective-c. accordion ( data-accordion )
33 .panel-heading ( data-control )
44 img( src ='/img/20.svg' )
55 h3 Objective-C
Original file line number Diff line number Diff line change 11// Perl DCIT/perl-Crypt-JWT
2- article.jwt-perl.accordion ( data-accordion )
2+ article.jwt-perl.perl. accordion ( data-accordion )
33 .panel-heading ( data-control )
44 img( src ='/img/19.svg' )
55 h3 Perl
You can’t perform that action at this time.
0 commit comments