Skip to content

Commit e9af09e

Browse files
garyfpose
authored andcommitted
add elixir repo
1 parent 350960c commit e9af09e

File tree

6 files changed

+99
-2
lines changed

6 files changed

+99
-2
lines changed

css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/index.jade

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ html(lang='en')
261261
include libraries/php3.jade
262262
include libraries/php4.jade
263263
include libraries/ruby.jade
264+
include libraries/elixir.jade
264265
include libraries/go.jade
265266
include libraries/go2.jade
266267
include libraries/haskell.jade

html/libraries/elixir.jade

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
// Elixir garyf/json_web_token_ex
2+
article.jwt-elixir.accordion(data-accordion)
3+
.panel-heading(data-control)
4+
img(src='/img/18.svg')
5+
h3 Elixir
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-500
17+
code iss
18+
| check
19+
p
20+
i.icon-budicon-500
21+
code sub
22+
| check
23+
p
24+
i.icon-budicon-500
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-500
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+
i.icon-budicon-333(data-toggle='tooltip', title='', data-original-title='Maintainer')
75+
| Fleshman
76+
span.stars(data-repo='garyf/json_web_token_ex', style='display: inline;')
77+
i.icon-budicon-466
78+
.repository
79+
i.icon-1392070209-icon-social-github
80+
a(href='https://github.com/garyf/json_web_token_ex') View Repo
81+
82+
.panel-footer
83+
code defp deps, do: [{:json_web_token, ">= 0.2"}]

img/18.svg

Lines changed: 10 additions & 0 deletions
Loading

index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

stylus/app.styl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,9 @@ body
640640
&.jwt-ruby
641641
.panel-heading h3
642642
background-color #AA1100
643+
&.jwt-elixir
644+
.panel-heading h3
645+
background-color #4E2A8E
643646
&.jwt-go
644647
.panel-heading h3
645648
background-color #47B6C4

0 commit comments

Comments
 (0)