tiborsulyan/autologout

Automatically warns and logs out users after a configured timeout


Keywords
session, logout, flarum
License
MIT

Documentation

Auto Logout

License Latest Stable Version

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

Links