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
Move session management back to the database, add support for session management, potentially 2FA while we are at it.
Redis is fast, but the amount of errors we still get too much. Furthermore, we have not real control over when a session expires.
Can be done before GH-1798 (as this will only cover user authentication and not API authentication).
The text was updated successfully, but these errors were encountered:
https://github.com/matomo-org/device-detector
Sorry, something went wrong.
tomudding
No branches or pull requests
What would you like?
Move session management back to the database, add support for session management, potentially 2FA while we are at it.
Why is this needed?
Redis is fast, but the amount of errors we still get too much. Furthermore, we have not real control over when a session expires.
Other information
Can be done before GH-1798 (as this will only cover user authentication and not API authentication).
The text was updated successfully, but these errors were encountered: