tiborsulyan / autologout
Automatically warns and logs out users after a configured timeout
Installs: 82
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 1
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: >=0.1.0-beta.15 <0.1.0-beta.16
README
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
Installation
Install manually with composer:
composer require tiborsulyan/autologout
Updating
composer update tiborsulyan/autologout php flarum cache:clear
Usage
Enable the extension and set the timeouts in the admin area
TODO
- Handle timeout in the admin area
- Better integration with Flarum's native logout feature
- Fix validation of settings