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
{{ message }}
This repository was archived by the owner on Oct 10, 2024. It is now read-only.
Hi Jordan,
the TokenValidator is calling getTokenList, which succeeds also if the PI server has no connection to its database, as piConnection:getTokenList does not call checkAPISuccess. This means, in case of an unstable database, that 2FA is bypassed. We see this as an security issue, the plugin should not let the flow succeed in this case.
Regards,
Martin