Configure JWT Carrier Token Authorization / Authentication in Hangfire

How can you configure bearer token authorization / authentication in Hangfire?

I have my own authentication filter that reads the authentication token on the first request, but it returns 401 all other requests ( Hangfire calls).

How can I connect Auth Token to the header of every request that Hangfire makes?

How to update a token when it has expired?

+6
source share

All Articles