dotnet-core, angular, 5.4.1 What's the position with regard to the Hangfire dashboard in the above configuration? I seem to remember that it's not possible to get it working because _Hangfire_uses cookies. Is this true or is there a simple way to get the _Hangfire_dashboard working?
3 Answer(s)
-
0
Hi,
The docs explain how to authorize HangFire Dashboard; <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Hangfire-Integration#dashboard-authorization">https://aspnetboilerplate.com/Pages/Doc ... horization</a>
See the related posts; <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1245">https://github.com/aspnetboilerplate/as ... ssues/1245</a> <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1971">https://github.com/aspnetboilerplate/as ... ssues/1971</a>
Check out if those will work for you
-
0
@alper, that is just what I needed. I will go through the links and try implement. If there is a short and sweet solution I will post it here.
-
0
thanks @BobIngham, hope all goes well.