How to make Hangfire api calls with jwt token

I have a Hangfire which runs on.Net Core 6 Api, I create jobs on hangfire to make api calls. My api has jwt token authentication, so when my recurring job running, it makes api call and this call should be with jwt token. I can not figured out how to do it, does anybody has any idea ?

Thanks very much.

  • What have you implemented so far that’s not working?

    – 

Leave a Comment