File tree Expand file tree Collapse file tree 4 files changed +142
-0
lines changed Expand file tree Collapse file tree 4 files changed +142
-0
lines changed Original file line number Diff line number Diff line change 710710 & .jwt-php
711711 .panel-heading h3
712712 background-color #77 7B B4
713+ & .jwt-postgresql
714+ .panel-heading h3
715+ background-color #33 67 91
713716 & .jwt-ruby
714717 .panel-heading h3
715718 background-color #AA 11 00
Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ block content
176176 option( value ='.objective-c' ) Objective-c
177177 option( value ='.perl' ) Perl
178178 option( value ='.php' ) PHP
179+ option( value ='.postgresql' ) PostgreSQL
179180 option( value ='.python' ) Python
180181 option( value ='.q' ) Q
181182 option( value ='.ruby' ) Ruby
@@ -256,6 +257,7 @@ block content
256257 include libraries/php8.jade
257258 include libraries/crystal.jade
258259 include libraries/1c.jade
260+ include libraries/postgresql.jade
259261
260262 section.sources
261263 .container
Original file line number Diff line number Diff line change 1+ // PostgreSQL michelp/pgjwt
2+ article.jwt-postgresql.postgresql.accordion ( data-accordion )
3+ .panel-heading ( data-control )
4+ img( src ='/img/25.svg' )
5+ h3 PostgreSQL
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-500
49+ | HS384
50+ p
51+ i.icon-budicon-500
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/michelp' )
75+ i.icon-budicon-333 ( data-toggle ='tooltip' , title ='' , data-original-title ='Maintainer' )
76+ | Michel Pelletier
77+ span.stars ( data-repo ='michelp/pgjwt' , style ='display: inline;' )
78+ i.icon-budicon-466
79+ .repository
80+ i.icon-1392070209-icon-social-github
81+ a( href ='https://github.com/michelp/pgjwt' ) View Repo
82+
83+ .panel-footer
84+ code CREATE EXTENSION pgjwt;
You can’t perform that action at this time.
0 commit comments