chainlink-common icon indicating copy to clipboard operation
chainlink-common copied to clipboard

feat: Introduced 5 seconds of leeway in jwtAuthenticator to buffer clock skew between systems.

Open seanwangsmartcontract opened this issue 1 month ago • 2 comments

Purpose

  • Introduced 5 seconds of leeway in jwtAuthenticator to buffer clock skew between systems.

Tests

  • unit tests

seanwangsmartcontract avatar Nov 26 '25 06:11 seanwangsmartcontract

:wave: seanwangsmartcontract, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

github-actions[bot] avatar Nov 26 '25 06:11 github-actions[bot]

⚠️ API Diff Results - Breaking changes detected

📦 Module: github-com-smartcontractkit-chainlink-common

🔴 Breaking Changes (1)

pkg/nodeauth/jwt (1)
  • NewNodeJWTAuthenticator — Type changed:
func(
  NodeAuthProvider, 
  - *log/slog.Logger
  + *log/slog.Logger, 
  + ...*NodeJWTAuthenticatorConfig
)
*NodeJWTAuthenticator

📄 View full apidiff report

github-actions[bot] avatar Nov 26 '25 06:11 github-actions[bot]