Changelog

Improved

Node M2M Auth SDK Refactor/Deprecation

Initial release of @wristband/typescript-m2m-auth, a full rewrite and rename of the former @wristband/node-m2m-auth package. The SDK has been redesigned to be runtime-agnostic, async-only, and dependency-free. The @wristband/node-m2m-auth is now considered deprecated.

Added

Go Demo App Now Available

Initial release of the Wristband Go Auth demo app: a reference implementation demonstrating multi-tenant authentication.

Added

Python M2M Demo App Now Available

Initial release of the Wristband Python M2M demo app: a FastAPI server demonstrating machine-to-machine (M2M) authentication with both sync and async clients.

Deprecated

Application and Tenant Domain Name Fields Have Been Deprecated

The Application Domain Name and Tenant Domain Name fields have been replaced by the new Application Name and Tenant Name fields. In addition, any URLs that supported the {tenant_domain} placeholder now support a new {tenant_name} placeholder to provide consistency with the new name changes.