Changelog

Improved

Enhancement to Express Demo App

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.

Improved

Enhancements to OAuth 2 Clients

  • 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.
Improved

Tenant Login Page UI Enhancements

  • 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.
Added

Python JWT SDK Added

📣 Our first version of the Python JWT Validation SDK is now available! 🎉

Improved

UX Enhancements

  • Improved the error message shown when a user attempts to navigate to a signup page, but signup is not enabled.
  • Updated the create application modal so that the login URL is no longer required. Instead, a default login URL will be used as a placeholder.
  • Minor UX enhancements to the Dashboard application switcher.
Added

Added Django to The Create Demo App Modal

You can now easily create a Django demo application through the Wristband Dashboard. From the Wristband Dashboard home page, select "Add Demo App" -> "Humans". In the frameworks dropdown, you'll now see Django as an available option.