You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release Notes
Enhancements
Omit null values by default in all API requests: Updated the API to automatically exclude null values from requests to ensure consistency with Authsignal's other SDKs.
Breaking Changes
Rename delete_user_authenticator to delete_authenticator: Renamed the delete_user_authenticator method to delete_authenticator across the codebase to maintain a consistent naming convention for related functions. This change will break existing integrations if they are referencing the old method name. Please update your codebase to use the new method name.