File tree Expand file tree Collapse file tree 4 files changed +128
-1
lines changed Expand file tree Collapse file tree 4 files changed +128
-1
lines changed Original file line number Diff line number Diff line change @@ -740,9 +740,12 @@ body
740
740
& .jwt-ruby
741
741
.panel-heading h3
742
742
background-color #AA 11 00
743
- & .jwt-elixir
743
+ & .jwt-elixir
744
744
.panel-heading h3
745
745
background-color #4E 2A 8E
746
+ & .jwt-erlang
747
+ .panel-heading h3
748
+ background-color #A9 05 33
746
749
& .jwt-go
747
750
.panel-heading h3
748
751
background-color #47 B6 C4
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ section#libraries-io.libraries-jwt
17
17
option( value ='.d' ) D
18
18
option( value ='.delphi' ) Delphi
19
19
option( value ='.elixir' ) Elixir
20
+ option( value ='.erlang' ) Erlang
20
21
option( value ='.go' ) Go
21
22
option( value ='.groovy' ) Groovy
22
23
option( value ='.haskell' ) Haskell
@@ -71,6 +72,7 @@ section#libraries-io.libraries-jwt
71
72
include libraries/elixir.pug
72
73
include libraries/elixir2.pug
73
74
include libraries/elixir3.pug
75
+ include libraries/erlang.pug
74
76
include libraries/go.pug
75
77
include libraries/go2.pug
76
78
include libraries/go3.pug
Original file line number Diff line number Diff line change
1
+ // Erlang emedia-project/jwerl
2
+ article.jwt-erlang.erlang.accordion ( data-accordion )
3
+ .panel-heading ( data-control )
4
+ img( src ='/img/27.svg' )
5
+ h3 Erlang
6
+ .panel-wrap ( data-content )
7
+ .panel-body
8
+ .column
9
+ p
10
+ i.icon-budicon-500
11
+ | Sign
12
+ p
13
+ i.icon-budicon-500
14
+ | Verify
15
+ p
16
+ i.icon-budicon-501
17
+ code iss
18
+ | check
19
+ p
20
+ i.icon-budicon-501
21
+ code sub
22
+ | check
23
+ p
24
+ i.icon-budicon-501
25
+ code aud
26
+ | check
27
+ p
28
+ i.icon-budicon-500
29
+ code exp
30
+ | check
31
+ p
32
+ i.icon-budicon-500
33
+ code nbf
34
+ | check
35
+ p
36
+ i.icon-budicon-500
37
+ code iat
38
+ | check
39
+ p
40
+ i.icon-budicon-501
41
+ code jti
42
+ | check
43
+ .column
44
+ p
45
+ i.icon-budicon-500
46
+ | HS256
47
+ p
48
+ i.icon-budicon-500
49
+ | HS384
50
+ p
51
+ i.icon-budicon-500
52
+ | HS512
53
+ p
54
+ i.icon-budicon-500
55
+ | RS256
56
+ p
57
+ i.icon-budicon-500
58
+ | RS384
59
+ p
60
+ i.icon-budicon-500
61
+ | RS512
62
+ p
63
+ i.icon-budicon-500
64
+ | ES256
65
+ p
66
+ i.icon-budicon-500
67
+ | ES384
68
+ p
69
+ i.icon-budicon-500
70
+ | ES512
71
+
72
+ .author-info
73
+ .maintainer
74
+ a( href ='https://github.com/glejeune' )
75
+ i.icon-budicon-333 ( data-toggle ='tooltip' , title ='' , data-original-title ='Maintainer' )
76
+ | Gregoire Lejeune
77
+ span.stars ( data-repo ='emedia-project/jwerl' , style ='display: inline;' )
78
+ i.icon-budicon-466
79
+ .repository
80
+ i.icon-1392070209-icon-social-github
81
+ a( href ='https://github.com/emedia-project/jwerl' ) View Repo
82
+
83
+ .panel-footer
84
+ code git clone https://github.com/emedia-project/jwerl.git
You can’t perform that action at this time.
0 commit comments