baraja-core / cms

🛠️ Simple smart CMS for Nette and Vue.js
https://baraja.cz/cms
MIT License
16 stars 3 forks source link

Login sessions management #53

Open janbarasek opened 2 years ago

janbarasek commented 2 years ago

Implement custom logic for session management. Use existing table to store history.

In the account detail view:

Sessions must be authenticated in keep-auth requests. If the session is no longer valid, automatically log the user out.

Allow administrators to log out sessions of all other users (security).