xddesigners / mfa-remember
Allow users to remember a browser so a user doesnt have to enter a code when they log in again from that browser.
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: ^7.4 || ^8.0
- silverstripe/mfa: ^4.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2024-10-20 16:18:58 UTC
README
Allow users to remember a browser so a user doesnt have to enter a code when they log in again from that browser.
After a successfull login with MFA, the user gets an prompt to save the browser or continue. If the browser is saved MFA won't be triggered again. If the browser isn't saved MFA will always trigger for that browser.
Requirements
- PHP ^7.4
- SilverStripe ^4.1
- silverstripe/mfa: ^4.0
Installation
Install with Composer:
composer require xddesigners/mfa-remember