File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 24382438 "support" : {
24392439 "sign" : true ,
24402440 "verify" : true ,
2441- "iss" : false ,
2442- "sub" : false ,
2443- "aud" : false ,
2441+ "iss" : true ,
2442+ "sub" : true ,
2443+ "aud" : true ,
24442444 "exp" : true ,
24452445 "nbf" : true ,
2446- "iat" : false ,
2447- "jti" : false ,
2446+ "iat" : true ,
2447+ "jti" : true ,
2448+ "typ" : true ,
24482449 "hs256" : true ,
2449- "hs384" : false ,
2450+ "hs384" : true ,
24502451 "hs512" : true ,
24512452 "rs256" : true ,
2452- "rs384" : false ,
2453- "rs512" : false ,
2454- "es256" : false ,
2455- "es384" : false ,
2456- "es512" : false ,
2457- "ps256" : false ,
2458- "ps384" : false ,
2459- "ps512" : false
2453+ "rs384" : true ,
2454+ "rs512" : true ,
2455+ "es256" : true ,
2456+ "es384" : true ,
2457+ "es512" : true ,
2458+ "ps256" : true ,
2459+ "ps384" : true ,
2460+ "ps512" : true ,
2461+ "eddsa" : true ,
2462+ "es256k" : false
24602463 },
2461- "authorUrl" : " https://github.com/SkyLothar " ,
2462- "authorName" : " SkyLothar " ,
2463- "gitHubRepoPath" : " SkyLothar /lua-resty-jwt" ,
2464- "repoUrl" : " https://github.com/SkyLothar /lua-resty-jwt" ,
2464+ "authorUrl" : " https://github.com/cdbattags " ,
2465+ "authorName" : " cdbattags " ,
2466+ "gitHubRepoPath" : " cdbattags /lua-resty-jwt" ,
2467+ "repoUrl" : " https://github.com/cdbattags /lua-resty-jwt" ,
24652468 "installCommandMarkdown" : [
2466- " git clone https://github.com/SkyLothar/ lua-resty-jwt.git "
2469+ " luarocks install lua-resty-jwt"
24672470 ],
24682471 "stars" : 505
24692472 }
You can’t perform that action at this time.
0 commit comments