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
Implement ResetInterface on TrustedDeviceTokenStorage (allows to reset the internal state of the service, when multiple requests are served by the same worker, i.e. applications running with RoadRunner or FrankenPHP), thanks to @dt-thomas-durand, #266
Add TwoFactorProviderDecider, adding the ability to influence which 2fa provider is picked when there are multiple ones available, #215, thanks to @danielburger1337