miladrahimi/php-jwt: Update supported features - #941
Merged
jonathanp-okta merged 1 commit intoJul 30, 2026
Conversation
jonathanp-okta
approved these changes
Jul 30, 2026
jonathanp-okta
left a comment
Contributor
There was a problem hiding this comment.
Verified against miladrahimi/php-jwt v3.3.0 source and release notes:
- ES256/384/512, PS256/384/512, ES256K, EdDSA all confirmed implemented (Signer+Verifier pairs present in
Ecdsa/,RsaPss/,Eddsa/) - PS256/384/512 confirmed newly added in v3.3.0 per the release changelog
typenforcement confirmed inParser::validateType()minimumVersion: 3.3.0is correct — it's the earliest version supporting the full matrix (PS family is the newest addition)- Star count (71) matches current upstream
Rendered locally with no console errors and all fields display correctly on the library card. LGTM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the listing for miladrahimi/php-jwt to reflect the current state of the library as of v3.3.0:
JWT)minimumVersionset to3.3.0(the first release supporting the full matrix above)All claim checks (
iss,sub,aud,exp,nbf,iat,jti) and the HS/RS families were already listed and remain unchanged. Every algorithm and claim check is covered by the library's test suite, and the README examples are verified by tests.