Author Top Nguyen
- Easy way to add, config and secure Hangfire.
- Package Manager
PM> Install-Package Elect.Job.Hangfire
- .NET CLI
dotnet add package Elect.Job.Hangfire
-
Add Service
- You can config dashboard, security by parameter
ElectHangfireOptions
services.AddElectHangfire();
- You can config dashboard, security by parameter
-
Advance Configuration
- If you want to add more config for
IGlobalConfiguration
after Elect.Web.Swagger config it. Just add your config inExtendOptions
Property ofExtendOptions
.
- If you want to add more config for
-
Use Middleware
app.UseElectHangfire();
Elect.Job.Hangfire is licensed under the MIT License.