We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: