bugbuster/contao-online-bundle

Contao 5 online helper bundle

1.3.0 2023-05-19 11:24 UTC

This package is auto-updated.

Last update: 2024-03-19 13:30:57 UTC


README

Latest Stable Version Contao Version Contao Version Packagist PHP Version Support GitHub issues License

Codacy Badge

About

Contao 5.1 helper bundle

Use Version 1.3+

The Events LoginSuccessEvent, LogoutEvent and TerminateEvent are used to register the online status of the users (FE/BE).
For this purpose, the ID, the time stamp and a hash (hash_hmac,sha256) are created in the table tl_online_session.

This Helper Bundle is still under development and will be used in the future by the bundles "LastLogin" and "BE_User_Online".

Contao 4.13 helper bundle

Use Version 1.2.x

The hooks "postLogin", "postLogout" and "postAuthenticate" are used to register the online status of the users (FE/BE).
For this purpose, the ID, the time stamp and a hash (hash_hmac,sha256) are created in the table tl_online_session.

This Helper Bundle is still under development and will be used in the future by the bundles "LastLogin" and "BE_User_Online".