Skip to content

Commit 0909cb9

Browse files
authored
Update jwcrypto URL and supported algs
The project was moved under the latchset organization umbrella. Also in master there is now full support for all the algs
1 parent 4e5954c commit 0909cb9

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/simo5/jwcrypto/') View Repo
81+
a(href='https://github.com/latchset/jwcrypto/') View Repo
8282

8383
.panel-footer
8484
code pip install jwcrypto

0 commit comments

Comments
 (0)