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
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
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.