Dashboard configure authentication for end users to see only jobs they have access to

Hello, Looking to move away from quartz.net to hangfire. I’m in the middle of writing a dashboard for our quartz implementation and I noticed hangfire has a dashboard. One feature we need is a dashboard for our admin end users to run jobs they have access to and nothing else.

We have many jobs that require importing large csv files. Some jobs run once a day and some end users need access to see the progress and if it fails run the job again.

Thank you.