Changelog

Improved

Updated the Authorize API to Support IdP Hints

The Authorize API now supports the idp_hint query parameter. If provided in the authorize request, the value of the idp_hint must match the name of an IdP enabled for the user’s tenant. If a match is found, the user is automatically taken to that IdP’s login page. If no match is found, the typical tenant login page is displayed.

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.