Skip to content

Releases: maikebing/SilkierQuartz

v5.0.356

04 May 14:58
Compare
Choose a tag to compare

v5.0.309

02 Sep 05:25
Compare
Choose a tag to compare
  • 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