Skip to content

Update Authorizer package to point to the latest JWT package version that supports Cognito token.#69

Merged
Duslerke merged 2 commits intoreleasefrom
feature/test-adding-cognito-token-support
Feb 25, 2026
Merged

Update Authorizer package to point to the latest JWT package version that supports Cognito token.#69
Duslerke merged 2 commits intoreleasefrom
feature/test-adding-cognito-token-support

Conversation

@Duslerke
Copy link
Contributor

What:

  • Bump Hackney.Core.Authorization's Hackney.Core.JWT dependency to latest.

Why:

  • Ensure Authorization is pointing to the interface from same version of package as is the JWT version used by APIs to pass the actual implementation of referenced interface.

Notes:

  • Just housekeeping to prevent developers needing to guess what's changes have been missed from JWT the next time they need to bump JWT here. The only real change since 1.72 that JWT received is PR Add cognito authentication flow token schema support. #68 . The other version in between was unintentional deployment triggered by changes to a nuget token variable name within nuget.config.
  • This Authorization package only uses the ITokenFactory interface definition from JWT, not the actual implementation, so it won't get negatively affected by this bump.

@Duslerke Duslerke requested a review from a team as a code owner February 25, 2026 14:05
@Duslerke Duslerke merged commit 94de88c into release Feb 25, 2026
8 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