Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to go-jose/v4 #272

Closed
wants to merge 1 commit into from
Closed

Upgrade to go-jose/v4 #272

wants to merge 1 commit into from

Commits on Apr 1, 2024

  1. Upgrade to go-jose/v4

    This upgrades from /v3 to /v4, which had a few breaking changes:
    
    1. Compact Serialization is now the only supported type, and the method name switched to just Serialize()
    2. ParseSigned takes a list of supported algorithms, building in the supported check
    3. Audience in jwt.Expected was renamed AnyAudience and does an intersection check, matching the jwt spec and expected behavior better
    
    Signed-off-by: Matthew McPherrin <[email protected]>
    mcpherrinm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c3af7a4 View commit details
    Browse the repository at this point in the history