Bull Queues - Authenticate API Jobs

I started using @mebeingken’s Bull Queue extension, and it’s working great. I’m not using it to queue library jobs but exclusively to queue API jobs.

So I was wondering how other people are authenticating queued API jobs. I’m using JWTs for that, but I was wondering if there is a better way.