The NestJS Demo App is now using version 1.0.0-rc12 of the nestjs-auth SDK. It demonstrates the new SDK auto-configuration capability. Now, only 3 fields are required when initializing the SDK in this demo app: wristbandApplicationVanityDomain, clientId, and clientSecret.
The FastAPI Demo App is now using version 0.3.0 of the fastapi-auth SDK. It demonstrates the new SDK auto-configuration capability. Now, only 3 fields are required when initializing the SDK in this demo app: wristbandApplicationVanityDomain, clientId, and clientSecret.
The Express Demo App is now using version 4.1.0 of the express-auth SDK. It demonstrates the new SDK auto-configuration capability. Now, only 3 fields are required when initializing the SDK in this demo app: wristbandApplicationVanityDomain, clientId, and clientSecret.
The redirect URI is no longer required when creating an OAuth 2 client. This helps simplify the OAuth 2 creation process for cases where the redirect URI is not initially known.
If the Wristband IdP and external IdPs are both enabled for a tenant, the tenant login page will now directly display the email login form instead of requiring the user to click a button to navigate to the email login form.