File tree Expand file tree Collapse file tree 4 files changed +149
-0
lines changed Expand file tree Collapse file tree 4 files changed +149
-0
lines changed Original file line number Diff line number Diff line change 719719 & .jwt-go
720720 .panel-heading h3
721721 background-color #47 B6 C4
722+ & .jwt-groovy
723+ .panel-heading h3
724+ background-color #63 98 aa
722725 & .jwt-haskell
723726 .panel-heading h3
724727 background-color #6 6 6
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ block content
165165 option( value ='.delphi' ) Delphi
166166 option( value ='.elixir' ) Elixir
167167 option( value ='.go' ) Go
168+ option( value ='.groovy' ) Groovy
168169 option( value ='.haskell' ) Haskell
169170 option( value ='.haxe' ) Haxe
170171 option( value ='.java' ) Java
@@ -223,6 +224,7 @@ block content
223224 include libraries/go6.jade
224225 include libraries/go7.jade
225226 include libraries/go8.jade
227+ include libraries/groovy.jade
226228 include libraries/haskell.jade
227229 include libraries/haskell2.jade
228230 include libraries/haxe.jade
Original file line number Diff line number Diff line change 1+ // Go nickvellios/gojwt
2+ article.jwt-groovy.groovy.accordion ( data-accordion )
3+ .panel-heading ( data-control )
4+ img( src ='/img/24.svg' )
5+ h3 Groovy
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-501
29+ code exp
30+ | check
31+ p
32+ i.icon-budicon-501
33+ code nbf
34+ | check
35+ p
36+ i.icon-budicon-501
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-501
49+ | HS384
50+ p
51+ i.icon-budicon-501
52+ | HS512
53+ p
54+ i.icon-budicon-501
55+ | RS256
56+ p
57+ i.icon-budicon-501
58+ | RS384
59+ p
60+ i.icon-budicon-501
61+ | RS512
62+ p
63+ i.icon-budicon-501
64+ | ES256
65+ p
66+ i.icon-budicon-501
67+ | ES384
68+ p
69+ i.icon-budicon-501
70+ | ES512
71+
72+ .author-info
73+ .maintainer
74+ a( href ='https://github.com/kaleidos' )
75+ i.icon-budicon-333 ( data-toggle ='tooltip' , title ='' , data-original-title ='Maintainer' )
76+ | Kaleidos
77+ span.stars ( data-repo ='kaleidos/grails-security-stateless' , style ='display: inline;' )
78+ i.icon-budicon-466
79+ .repository
80+ i.icon-1392070209-icon-social-github
81+ a( href ='https://github.com/kaleidos/grails-security-stateless' ) View Repo
82+
83+ .panel-footer
84+ code compile "org.grails.plugins:security-stateless:0.0.9"
You can’t perform that action at this time.
0 commit comments