-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed as not planned
Closed as not planned
Copy link
Labels
c: SecurityFor issues that make Matomo more secure. Please report issues through HackerOne and not in Github.For issues that make Matomo more secure. Please report issues through HackerOne and not in Github.
Milestone
Description
The new feature "Show export URL" is very valuable in giving everyone quick access to the API and seeing how the URL is constructed, making it easy to share, etc.
However for security reasons we would not want to reveal the full token_auth on screen.
Similarly in the Personal settings page where the token_auth
is displayed to the user, it requires an extra click to reveal the full token.
So the goal if this issue is to slightly change the behavior, proposal:
- When "Show export URL" is clicked, show the textarea but in the string, only show the first few characters and write
...
. - When user clicks the field to copy/paste it, then reveal the full token_auth and full URL
Metadata
Metadata
Assignees
Labels
c: SecurityFor issues that make Matomo more secure. Please report issues through HackerOne and not in Github.For issues that make Matomo more secure. Please report issues through HackerOne and not in Github.