Hi All,
I’ve worked on showing the hangfire dashboard on an angular page.
The base code I got from this tutorial
But I want to add a bearer token to the headers of all requests.
How I can see hangfire dashboard makes every second call to check status. Now hangfire authorization filter works with cookies.
I try to find a solution that works with bearer token and hangfire dashboard.
My main question is how I can add JWT token to header of all requests.
Thanks