Skip to content

Commit 12b2482

Browse files
authored
Merge pull request jsonwebtoken#371 from miladrahimi/patch-1
Add miladrahimi/php-jwt to the library list
2 parents 60727cf + cdeb51b commit 12b2482

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
@@ -283,6 +283,34 @@
283283
"gitHubRepoPath": "adhocore/jwt",
284284
"repoUrl": "https://github.com/adhocore/jwt",
285285
"installCommandHtml": "composer require adhocore/jwt"
286+
},
287+
{
288+
"minimumVersion": null,
289+
"support": {
290+
"sign": true,
291+
"verify": true,
292+
"iss": true,
293+
"sub": true,
294+
"aud": true,
295+
"exp": true,
296+
"nbf": true,
297+
"iat": true,
298+
"jti": true,
299+
"hs256": true,
300+
"hs384": true,
301+
"hs512": true,
302+
"rs256": true,
303+
"rs384": true,
304+
"rs512": true,
305+
"es256": false,
306+
"es384": false,
307+
"es512": false
308+
},
309+
"authorUrl": "https://github.com/miladrahimi",
310+
"authorName": "Milad Rahimi",
311+
"gitHubRepoPath": "miladrahimi/php-jwt",
312+
"repoUrl": "https://github.com/miladrahimi/php-jwt",
313+
"installCommandHtml": "composer require miladrahimi/php-jwt"
286314
}
287315
]
288316
}

0 commit comments

Comments
 (0)