Sign in to Matomo over api using the Users token_auth.
The LoginTokenAuth plugin enhances the standard Matomo authentication system by enabling token_auth
based login.
View and download this plugin for a specific Matomo version:
Log In as Super User
Install and Activate the Plugin
Use the logme Method for Login
To log in using the token, use the following URL format:
https://matomo.example.com/index.php?module=LoginTokenAuth&action=logme&token_auth=YOUR_TOKEN_STRING
TokenAuth login is available for all users except Super Users.
logme
method of the standard Matomo Login Plugin.You can create a token by either: 1. Navigating to the user’s security page within Matomo. 2. Using the Matomo API to generate the token.
View and download this plugin for a specific Matomo version: