Releases: AISI-Dev-Co/AISI.AcumaticaWebhookAuthenticator
Releases · AISI-Dev-Co/AISI.AcumaticaWebhookAuthenticator
Release list
v0.2.0
JWT scheme
Compact JWS (HS256 / HS512) via JwtAuthenticator and WebhookAuthPresets.JwtBearer. HMAC covers header.payload only, not the HTTP body. Defaults require claim bh (base64url SHA-256 of the raw body) and aud equal to the webhook registration id. exp is required unless you turn it off.
Also in this release: tenant-agnostic AS301000 site map (~/Pages/AS/AS301000.aspx), Administrator + Customizer rights only, and the adapter DLL is no longer committed. Ubuntu CI ships the Core nupkg. The customization zip on this release was packed against Acumatica 2026 R1 (26.093).
What's Changed
- Add HMAC JWT auth and trim public API docs by @aleksiwan01 in #3
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- HMAC authentication core for Acumatica inbound webhooks by @aleksiwan01 in #1
- Adapter, remaining schemes, IP allowlist, release pipeline by @aleksiwan01 in #2
New Contributors
- @aleksiwan01 made their first contribution in #1
Full Changelog: https://github.com/AISI-Dev-Co/AISI.AcumaticaWebhookAuthenticator/commits/v0.1.0