Releases
v5.0.309
Compare
Sorry, something went wrong.
No results found
Fix history job name
Exposes SilkierQuartzOptions and SilkierQuartzAuthenticationOptions through AddSilkierQuartz
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 both AddSilkierQuartz and UseSilkierQuartz
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
You can’t perform that action at this time.