2fa
2fa copied to clipboard
Two-factor authentication for Symfony applications 🔐
**Description** I am integrating a 2FA flow within a Single Page Application (SPA) and have implemented an endpoint (GET /set_csrf_cookie) similar to Laravel Sanctum. This endpoint sets a CSRF-TOKEN cookie...
**Bundle version**: 5.13.2 | 6.12.0 **Symfony version**: 5.4 | 6.4 **PHP version**: >8.1 **Description** I need to modify the two-factor authentication process in my Symfony project that uses SchebTwoFactorBundle. Currently,...
**Bundle version**: 7.5.0 **Symfony version**: 6.4.9 **PHP version**: 8.3.7 **Description** We are using sentry and scheb/2fa We noticed that sentry is picking up an exception "User is in a two-factor...
**scheb/2fa-bundle**: 7.5 **Symfony version**: 7.1 **PHP version**: 8.2 **Description** I have an API symfony with a client angular, when I use the URL configured with traeffik https://api.test.local I have this...
Hello, Would it be possible to support this component's configuration to be read from environment variables? The purpose of this would be so that the configuration can be semi-exposed via...
**New Feature:** Dispatching an Event when Email AuthCode is successfully validated. **Motivation:** In the use case we are working on, it would be useful to subscribe to an event that...
**Description** This PR let us have a BackupCodeUsed event dispatching. We wanted to send a addFlash message to inform that the backup code is now obsolete and highly recommand to...
**Bundle version**: 7.5.0 **Symfony version**: 6.4.12 **PHP version**: 8.2.23 **Description** I'm trying to redirect to the original referer. We tested to write a listener to store the referer original value...
Hello, I would like to use different lifetimes for trusted device cookies for the user or administrator. In a custom trusted device manager, would it be possible to set different...