Hi, i'm using node-red-dashboard with a custom middleware that manages the authentication of my users by token, so my dashboard link looks like: /dashboards/mytoken=XXX.
When i click on the dash-link-button
from the node-red editor, it will redirect to /dashboards
without the corresponding token auth: how it's possible to change the path according to the new url token?
Thanks