Skip to content

Commit 8f82388

Browse files
authored
Merge pull request #337 from adhocore/master
Add library adhocore/jwt for php
2 parents e4ca888 + 0bffd12 commit 8f82388

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

views/website/libraries/24-PHP.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,34 @@
255255
"gitHubRepoPath": "cdoco/php-jwt",
256256
"repoUrl": "https://github.com/cdoco/php-jwt",
257257
"installCommandHtml": "git clone https://github.com/cdoco/php-jwt"
258+
},
259+
{
260+
"minimumVersion": null,
261+
"support": {
262+
"sign": true,
263+
"verify": true,
264+
"iss": true,
265+
"sub": false,
266+
"aud": false,
267+
"exp": true,
268+
"nbf": true,
269+
"iat": true,
270+
"jti": false,
271+
"hs256": true,
272+
"hs384": true,
273+
"hs512": true,
274+
"rs256": true,
275+
"rs384": true,
276+
"rs512": true,
277+
"es256": false,
278+
"es384": false,
279+
"es512": false
280+
},
281+
"authorUrl": "https://github.com/adhocore",
282+
"authorName": "Jitendra Adhikari",
283+
"gitHubRepoPath": "adhocore/jwt",
284+
"repoUrl": "https://github.com/adhocore/jwt",
285+
"installCommandHtml": "composer require adhocore/jwt"
258286
}
259287
]
260288
}

0 commit comments

Comments
 (0)