Skip to content

feat(hmac): add public static HMACSignature.generateSignature(...) fo…#6

Open
camoo wants to merge 1 commit intomaviance:masterfrom
camoo:fearure/hmach-pub
Open

feat(hmac): add public static HMACSignature.generateSignature(...) fo…#6
camoo wants to merge 1 commit intomaviance:masterfrom
camoo:fearure/hmach-pub

Conversation

@camoo
Copy link

@camoo camoo commented Aug 28, 2025

Why

ApiClient.buildAuthorizationHeader(...) is private and HMACSignature ctor is package-private.

Kotlin and external modules can now compute signatures directly using a stable, supported API.

Notes

No change to signing algorithm or behavior.

Method is stateless and thread-safe.

Works with existing helpers like HMACSignature.buildSignatureData(...).

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