File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 134
134
"gitHubRepoPath" : " lepture/authlib" ,
135
135
"repoUrl" : " https://github.com/lepture/authlib" ,
136
136
"installCommandHtml" : " pip install authlib"
137
+ },
138
+ {
139
+ "minimumVersion" : null ,
140
+ "support" : {
141
+ "sign" : true ,
142
+ "verify" : true ,
143
+ "iss" : true ,
144
+ "sub" : true ,
145
+ "aud" : true ,
146
+ "exp" : true ,
147
+ "nbf" : true ,
148
+ "iat" : true ,
149
+ "jti" : true ,
150
+ "typ" : true ,
151
+ "hs256" : true ,
152
+ "hs384" : true ,
153
+ "hs512" : true ,
154
+ "rs256" : true ,
155
+ "rs384" : true ,
156
+ "rs512" : true ,
157
+ "es256" : true ,
158
+ "es384" : true ,
159
+ "es512" : true ,
160
+ "ps256" : true ,
161
+ "ps384" : true ,
162
+ "ps512" : true ,
163
+ "eddsa" : true ,
164
+ "es256k" : true
165
+ },
166
+ "authorUrl" : " https://github.com/lepture" ,
167
+ "authorName" : " Hsiaoming Yang" ,
168
+ "gitHubRepoPath" : " authlib/joserfc" ,
169
+ "repoUrl" : " https://github.com/authlib/joserfc" ,
170
+ "installCommandHtml" : " pip install joserfc"
137
171
}
138
172
]
139
173
}
You can’t perform that action at this time.
0 commit comments