File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 87
87
"gitHubRepoPath" : " latchset/jwcrypto" ,
88
88
"repoUrl" : " https://github.com/latchset/jwcrypto/" ,
89
89
"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"
90
118
}
91
119
]
92
120
}
You can’t perform that action at this time.
0 commit comments