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.
The key has expired.
🚀 Optimization
ExecutableQuery performance enhancement: Remove a server round-trip for IDriver.ExecutableQueryAPI Docs.
🔬 Experimental/Preview changes
Changes to the re-auth functionality allow for catering to a wider range of use cases including simple password rotation.
All re-auth-related namespaces have been moved to preview - previously some did not have this, although the classes therein would not have been usable.
The OnTokenExpiredAsync method in the IAuthTokenManager interface was removed, and a new HandleSecurityExceptionAsync method was added in its place.
The ExpirationBased method in AuthTokenManagers was renamed to Bearer, and a new Basic method was added to cater for password rotation.