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.
The latest version of the ASP.NET Auth SDK has the following enhancements:
Version 2.x of the react-client-auth SDK introduces breaking changes focused on improved error handling and simplified configuration.
The Wristband FastAPI demo app now demonstrates two ways to protect your endpoints. 🔒
📣 Our first version of the Python JWT Validation SDK is now available! 🎉
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.
📣 Our first version of the Python Django Auth SDK is now available! 🎉:
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.