File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 3990
3990
" .package(url: \" https://github.com/beatt83/jose-swift.git\" , from: \" 2.4.0\" )"
3991
3991
],
3992
3992
"stars" : 21
3993
+ },
3994
+ {
3995
+ "name" : " Josep" ,
3996
+ "description" : " JWT for Pascal" ,
3997
+ "minimumVersion" : " 0.1.0" ,
3998
+ "support" : {
3999
+ "sign" : true ,
4000
+ "verify" : true ,
4001
+ "iss" : true ,
4002
+ "sub" : true ,
4003
+ "aud" : true ,
4004
+ "exp" : true ,
4005
+ "nbf" : true ,
4006
+ "iat" : true ,
4007
+ "jti" : true ,
4008
+ "typ" : true ,
4009
+ "hs256" : true ,
4010
+ "hs384" : false ,
4011
+ "hs512" : false ,
4012
+ "rs256" : false ,
4013
+ "rs384" : false ,
4014
+ "rs512" : false ,
4015
+ "es256" : false ,
4016
+ "es384" : false ,
4017
+ "es512" : false ,
4018
+ "es256k" : false ,
4019
+ "ps256" : false ,
4020
+ "ps384" : false ,
4021
+ "ps512" : false ,
4022
+ "eddsa" : false
4023
+ },
4024
+ "language" : " Pascal" ,
4025
+ "authorName" : " Nikita Sklyarov" ,
4026
+ "authorUrl" : " https://github.com/nsklyarov" ,
4027
+ "gitHubRepoPath" : " nsklyarov/Josep" ,
4028
+ "repoUrl" : " https://github.com/nsklyarov/Josep" ,
4029
+ "installCommandMarkdown" : [
4030
+ " make deps build run test clean"
4031
+ ],
4032
+ "stars" : 0
3993
4033
}
3994
4034
]
3995
4035
}
You can’t perform that action at this time.
0 commit comments