Skip to content

Commit d97d51f

Browse files
committed
added
1 parent 499daf8 commit d97d51f

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

src/data/libraries-next.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3990,6 +3990,46 @@
39903990
".package(url: \"https://github.com/beatt83/jose-swift.git\", from: \"2.4.0\")"
39913991
],
39923992
"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
39934033
}
39944034
]
39954035
}

0 commit comments

Comments
 (0)