improved
Dashboard UI Enhancements
about 16 hours ago by David Chu
- Added links on the identity provider configuration pages to their respective setup guides.
- Fixed a typo in the dashboard enterprise identity provider configurations.
improved
SDK Auto-Configuration for FastAPI
2 days ago by Jim Verducci
📣 FastAPI Auth SDK 0.3.0 Release 🎉
improved
Enhancement to Express Demo App
3 days ago by Jim Verducci
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
SDK Auto-Configuration for Express!
3 days ago by Jim Verducci
📣 Express Auth SDK 4.1.0 Release 🎉
improved
Enhancements to OAuth 2 Clients
8 days ago by David Chu
- 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
ASP.NET Auth SDK 2.1.0 Release
10 days ago by Jim Verducci
The latest version of the ASP.NET Auth SDK has the following enhancements:
improved
Tenant Login Page UI Enhancements
15 days ago by David Chu
- 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.
improved
React Client Auth SDK 2.0.0 Release
15 days ago by Jim Verducci
Version 2.x of the react-client-auth SDK introduces breaking changes focused on improved error handling and simplified configuration.
improved
FastAPI Demo App Enhancements
21 days ago by Jim Verducci
The Wristband FastAPI demo app now demonstrates two ways to protect your endpoints. 🔒
added
Python JWT SDK Added
21 days ago by Jim Verducci
📣 Our first version of the Python JWT Validation SDK is now available! 🎉