Releases: IoTSharp/SilkierQuartz
Releases · IoTSharp/SilkierQuartz
v5.0.356
v5.0.309
- Fix history job name
- Exposes
SilkierQuartzOptions
andSilkierQuartzAuthenticationOptions
throughAddSilkierQuartz
- Exposes both options classes through DI
- Configuration should be done in
ConfigureServices
when possible - Allows for defaults to be set by the library and then easily be overridden by users
- Moves
AddSilkierQuartz
to new extensions class and update namespace for bothAddSilkierQuartz
andUseSilkierQuartz
- Abstracts
JobsListHelper
to be used by both service and middleware configuration - Changes authN/authZ implementation to use Policy Authorization to make it easier for library consumers to override it
- Enables simple authN/authZ through configuration and completely disabling authN/authZ for simple use-cases
- Removes hardcoded authentication scheme
- Fixes
AuthenticateViewModel.IsPersist
model binding and removes cookie persistence configuration from global settings - Removes custom authorization middleware
- Hides "Logout" link in nav and redirects from "Login" page if anonymous access is enabled
- Fixes ASPNET Core 3.1 dependency versions
- Updates sample app to show how new configuration works