I have a hangfire and a net core 6 api, i create jobs on hangfire to make api calls. My api has jwt token authentication, so when my recurring job make a api call it should be with jwt token. I can not figured out how to do it, does anybody has any idea ?
Thanks very much.