1

As refer to this ASP.NET Core MVC Hangfire custom authentication

i had use custom basic authentication for my HangFire dashboard to login. How i can logout from it?

Thank you

1 Answers1

0

Hangfire delegates all the login/logout logic to your app meaning that if you logged out from your app you logged out in Hangfire dashboard as well.

Alexander Goldabin
  • 1,824
  • 15
  • 17