A Flarum extension. Warn and automatically log out users after a configured inactivity period.
Features:
- Log out user automatically after a configurable inactivity period
- Optionally display a warning modal for the user about the session expiration with options to stay signed in and logout
Install manually with composer:
composer require tiborsulyan/autologout
composer update tiborsulyan/autologout
php flarum cache:clear
Enable the extension and set the timeouts in the admin area
- Handle timeout in the admin area
- Better integration with Flarum's native logout feature
- Fix validation of settings