Skip to content

Bump JWT core to 1.87.0 for Cognito support.#54

Open
Duslerke wants to merge 5 commits intomasterfrom
bump-jwt-version-for-cognito-token-support
Open

Bump JWT core to 1.87.0 for Cognito support.#54
Duslerke wants to merge 5 commits intomasterfrom
bump-jwt-version-for-cognito-token-support

Conversation

@Duslerke
Copy link

@Duslerke Duslerke commented Feb 26, 2026

What:

  • Update the Hackney.Core.JWT package multiple versions up (1.30 -> ... -> 1.87).

Why:

  • To get the latest version of the ITokenFactory implementation that adds support for the Cognito token schema.

Notes:

  • The versions in between have no consequence as the only thing the JWT package is used here for is to inject TokenFactory so that logger could use it to extract user email. The Token schema for email hasn't changed. In fact, the only thing that changed about Token schema is Nbf, Exp, and Iat field types being changed from int to long.
  • What changes does latest (v1.87.0) JWT intoduce? See PR: Add cognito authentication flow token schema support. lbh-core#68.

…in terms of what needs to be bumped or checked for compatibility.
@Duslerke Duslerke requested a review from a team as a code owner February 26, 2026 14:56
@sonarqubecloud
Copy link

@Duslerke Duslerke changed the title Remove JWT package from project dependencies due to not being used. Bump JWT core to 1.87.0 for Cognito support. Feb 26, 2026
@Duslerke Duslerke changed the title Bump JWT core to 1.87.0 for Cognito support. Bump JWT core to 1.87.0 for Cognito support. Feb 26, 2026
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.

1 participant