tiborsulyan/autologout

Automatically warns and logs out users after a configured timeout

Installs: 80

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 1

Open Issues: 1

Language:JavaScript

Type:flarum-extension

0.2.7 2021-01-22 22:13 UTC

This package is auto-updated.

Last update: 2024-04-23 05:43:18 UTC


README

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