Skip to content

miladrahimi/php-jwt: Update supported features - #941

Merged
jonathanp-okta merged 1 commit into
jsonwebtoken:masterfrom
miladrahimi:miladrahimi/php-jwt-update
Jul 30, 2026
Merged

miladrahimi/php-jwt: Update supported features#941
jonathanp-okta merged 1 commit into
jsonwebtoken:masterfrom
miladrahimi:miladrahimi/php-jwt-update

Conversation

@miladrahimi

Copy link
Copy Markdown
Contributor

Updates the listing for miladrahimi/php-jwt to reflect the current state of the library as of v3.3.0:

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.

@jonathanp-okta jonathanp-okta left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
  • typ enforcement confirmed in Parser::validateType()
  • minimumVersion: 3.3.0 is 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.

@jonathanp-okta
jonathanp-okta merged commit df617a4 into jsonwebtoken:master Jul 30, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants