Open janbarasek opened 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).
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).