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

Update to go-jose v4.0.1 #276

Merged
merged 2 commits into from
Apr 1, 2024
Merged

Update to go-jose v4.0.1 #276

merged 2 commits into from
Apr 1, 2024

Commits on Apr 1, 2024

  1. Update to go-jose v4.0.1

    There are some breaking changes in v4 that affect go-spiffe code:
    - When parsing a JWS-protected JWT, the caller must now explicitly pass
      the accepted signature algorithms (corresponding to `alg` JWS header)
      into the parsing function.
    - `CompactSerialize()` was removed in favor of just `Serialize()`, which
      has identical behavior.
    
    go-jose v4 updates the minimum Go version requirement to 1.21, which was
    released 2023-08-08.
    
    Signed-off-by: Ryan Turner <turner@uber.com>
    Ryan Turner committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ca4a445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3605d27 View commit details
    Browse the repository at this point in the history