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.
ASP.NET Auth SDK 2.1.0 Release
The latest version of the ASP.NET Auth SDK has the following enhancements:
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.
React Client Auth SDK 2.0.0 Release
Version 2.x of the react-client-auth SDK introduces breaking changes focused on improved error handling and simplified configuration.
FastAPI Demo App Enhancements
The Wristband FastAPI demo app now demonstrates two ways to protect your endpoints. π
Python JWT SDK Added
π£ Our first version of the Python JWT Validation SDK is now available! π
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 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.
Python Django Auth SDK Added
π£ Our first version of the Python Django Auth SDK is now available! π:
Added a New API For Completing an External IdP Login Request
A new Complete External IdP Login API was added to allow for explicitly completing an external IdP login request. Completing an external IdP login request makes it so that its associated external IDP auth code can no longer be used.