Skip to content

Update lcobucci/jwt support for PS tokens#852

Closed
SvenRtbg wants to merge 1 commit into
jsonwebtoken:masterfrom
SvenRtbg:patch-2
Closed

Update lcobucci/jwt support for PS tokens#852
SvenRtbg wants to merge 1 commit into
jsonwebtoken:masterfrom
SvenRtbg:patch-2

Conversation

@SvenRtbg

Copy link
Copy Markdown

There is a dedicated package at https://github.com/lcobucci/jwt-rsassa-pss offering support that integrates with the main package.

This replaces #733 and adapts to the new V2 site structure from two weeks ago.

There is a dedicated package at https://github.com/lcobucci/jwt-rsassa-pss offering support that integrates with the main package.
@jonathanp-okta

Copy link
Copy Markdown
Contributor

Hey @SvenRtbg, thanks for digging into this!

After reviewing the official docs, PS256/PS384/PS512 are intentionally kept out of the core lcobucci/jwt package and live in the separate lcobucci/jwt-rsassa-pss package. So the current false values on the main entry are actually correct — a user who runs composer require lcobucci/jwt won't get PS support.

The right approach would be to add a brand new entry for lcobucci/jwt-rsassa-pss with ps256/ps384/ps512: true. Would you be up for opening a new PR for that instead? Happy to review it quickly.

Closing this one for now.

SvenRtbg added a commit to SvenRtbg/jsonwebtoken.github.io that referenced this pull request Jul 16, 2026
Added support details and author information for lcobucci/jwt-rsassa-pss.

Replaces PR jsonwebtoken#852 as recommended.
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