Skip to content

Commit fbb63a5

Browse files
committed
Manual merge of PR #302: new Python library.
1 parent 6845f51 commit fbb63a5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

views/website/libraries/1-Python.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,34 @@
8787
"gitHubRepoPath": "latchset/jwcrypto",
8888
"repoUrl": "https://github.com/latchset/jwcrypto/",
8989
"installCommandHtml": "pip install jwcrypto"
90+
},
91+
{
92+
"minimumVersion": null,
93+
"support": {
94+
"sign": true,
95+
"verify": true,
96+
"iss": true,
97+
"sub": true,
98+
"aud": true,
99+
"exp": true,
100+
"nbf": true,
101+
"iat": true,
102+
"jti": true,
103+
"hs256": true,
104+
"hs384": true,
105+
"hs512": true,
106+
"rs256": true,
107+
"rs384": true,
108+
"rs512": true,
109+
"es256": true,
110+
"es384": true,
111+
"es512": true
112+
},
113+
"authorUrl": "https://github.com/lepture",
114+
"authorName": "Hsiaoming Yang",
115+
"gitHubRepoPath": "lepture/authlib",
116+
"repoUrl": "https://github.com/lepture/authlib",
117+
"installCommandHtml": "pip install authlib"
90118
}
91119
]
92120
}

0 commit comments

Comments
 (0)