fix(deps): update dependency altcha-lib to v2 #162
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/altcha-lib-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^1.2.0→^2.0.0Release Notes
altcha-org/altcha-lib (altcha-lib)
v2.5.0Compare Source
Changes:
v2.4.0Compare Source
Changes:
v2.3.2Compare Source
Changes:
v2.3.1Compare Source
Fixed
verifyHandler(the standalone/verifyendpoint, meant for custom/external integrations) incorrectly calledverifyServerunder the hood when averifyServeroption was configured.v2.3.0Compare Source
Added
verifyServer()— verify a payload remotely via ALTCHA Sentinel'sPOST /v1/verify/signatureAPI instead of checking the HMAC signature locally. Supports timeouts, retries (fixed/exponential backoff), custom fetch, and abort via AbortController.verifyServeroption. When set, Sentinel-issued payloads are verified remotely through the existingverifyHandler/middleware— no custom routing needed.Changed
hmacSignatureSecret,deriveKey, andcreateChallengeParametersare now optional on framework plugin options. A pure Sentinel-remote setup can be as small ascreate({ verifyServer: { url, secret } })— no secret/deriveKey required. CallingchallengeHandlerwithoutderiveKey/createChallengeParametersnow fails with a clear configuration error instead of a confusing runtime failure.v2.2.0Compare Source
Changes:
v2.1.0Compare Source
Changes:
v2.0.3Compare Source
v2.0.2Compare Source
v2.0.1Compare Source
Changes:
v2.0.0Compare Source
Breaking changes:
Configuration
📅 Schedule: (in timezone America/Chicago)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
0af2c6fb4d31d64885ab31d64885ab74947ee09dView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.