2fa icon indicating copy to clipboard operation
2fa copied to clipboard

Two-factor authentication for Symfony applications 🔐

Results 23 2fa issues
Sort by recently updated
recently updated
newest added

[The 2fa-bundle](https://github.com/scheb/2fa/blob/7.x/src/bundle/Security/Authentication/Token/TwoFactorToken.php) implements `TokenInterface::eraseCredentials()` which is deprecated since https://github.com/symfony/symfony/pull/59682 This leads to the following deprecation warning if symfony 7.3 is installed: > Since symfony/security-http 7.3: Implementing "Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorToken::eraseCredentials()" is deprecated since...

Enhancement

This issue is to keep track of my todo list for the upcoming bundle version 8 (Symfony 8 support) 😀 The plan is, as usual: - A new version of...

BC break

**Description** Hello, I've implemented this in our application and it works fine (albeit it is extremely glued to the idea of being a symfony firewall listener, which is not 100%...

Enhancement