Skip to content

Commit b1551e9

Browse files
authored
Merge pull request jsonwebtoken#323 from cdoco/master
New: PHP extension implementation
2 parents 344ae77 + 923d1a6 commit b1551e9

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

views/website/libraries/24-PHP.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,34 @@
227227
"gitHubRepoPath": "lindelius/php-jwt",
228228
"repoUrl": "https://github.com/lindelius/php-jwt",
229229
"installCommandHtml": "composer require lindelius/php-jwt"
230+
},
231+
{
232+
"minimumVersion": null,
233+
"support": {
234+
"sign": true,
235+
"verify": true,
236+
"iss": true,
237+
"sub": true,
238+
"aud": true,
239+
"exp": true,
240+
"nbf": true,
241+
"iat": true,
242+
"jti": true,
243+
"hs256": true,
244+
"hs384": true,
245+
"hs512": true,
246+
"rs256": true,
247+
"rs384": true,
248+
"rs512": true,
249+
"es256": true,
250+
"es384": true,
251+
"es512": true
252+
},
253+
"authorUrl": "https://github.com/cdoco",
254+
"authorName": "ZiHang Gao",
255+
"gitHubRepoPath": "cdoco/php-jwt",
256+
"repoUrl": "https://github.com/cdoco/php-jwt",
257+
"installCommandHtml": "git clone https://github.com/cdoco/php-jwt"
230258
}
231259
]
232-
}
260+
}

0 commit comments

Comments
 (0)