Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Commit 185be56

Browse files
authored
Merge pull request jsonwebtoken#180 from simo5/patch-3
Update jwcrypto URL and supported algs
2 parents 7d4e0f8 + 0909cb9 commit 185be56

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

views/libraries/python3.jade

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Python jpadilla/pyjwt
1+
// Python latchset/jwcrypto
22
article.jwt-python.python.accordion(data-accordion)
33
.panel-heading(data-control)
44
img(src='/img/4.svg')
@@ -60,25 +60,25 @@ article.jwt-python.python.accordion(data-accordion)
6060
i.icon-budicon-500
6161
| RS512
6262
p
63-
i.icon-budicon-501
63+
i.icon-budicon-500
6464
| ES256
6565
p
66-
i.icon-budicon-501
66+
i.icon-budicon-500
6767
| ES384
6868
p
69-
i.icon-budicon-501
69+
i.icon-budicon-500
7070
| ES512
7171

7272
.author-info
7373
.maintainer
7474
a(href='https://github.com/simo5')
7575
i.icon-budicon-333(data-toggle='tooltip', title='', data-original-title='Maintainer')
7676
| Simo Sorce
77-
span.stars(data-repo='simo5/jwcrypto', style='display: inline;')
77+
span.stars(data-repo='latchset/jwcrypto', style='display: inline;')
7878
i.icon-budicon-466
7979
.repository
8080
i.icon-1392070209-icon-social-github
81-
a(href='https://github.com/%3Cspan%20class="x x-first x-last">simo5/jwcrypto/') View Repo
81+
a(href='https://github.com/%3Cspan%20class="x x-first x-last">latchset/jwcrypto/') View Repo
8282

8383
.panel-footer
8484
code pip install jwcrypto

0 commit comments

Comments
 (0)