Is there any way to pass browser cookies to grafana dashboard and set them as dashboard variable?
Use case:
- When a user logs in, generate a custom cookie which is a user token in the background.
- Set this token as one of the dashboard variables.
- Use this dashboard variable token in all API calls for the data panels.