IonWarpbotcommented 15 min agoIonWarp Review — PR #480
- Refactor auth verification.- BREAKING: auth.verify() requires an algorithms array.- Migration: pass the algorithms allowed by your issuer.
Consumers need the auth migration before they upgrade · Changelog
The diff makes algorithms a required argument, while the release note calls it a refactor. Name the breaking signature and show the migration so existing callers do not fail after upgrading.