Skip to content

Releases: DavidParks8/Owin-Authorization

1.2.2.4

25 Sep 04:20

Choose a tag to compare

Enhancements

  • Upgrade MIcrosoft.Owin to mitigate vulnerabilities.

1.2.1.5

01 Jul 05:39

Choose a tag to compare

Enhancements

  • #63 Fix a deadlock scenario
  • #76 Update Newtonsoft.Json to fix a security issue.
  • Update to .net 4.6.2 as all lower versions are out of support.

1.2.0.1

28 Nov 06:44
793df86

Choose a tag to compare

Enhancements

  • #63 Provide access to the action context in authorization handlers.

1.1.1.1

13 Jan 07:28
7851dea

Choose a tag to compare

Bug Fixes

  • #58 Prevent an error with MVC when child actions are invoked from a view

1.1.0.1

26 Sep 05:36

Choose a tag to compare

Enhancements

  • #54 Provide an easy way to get the IAuthorizationService inside a controller without IoC

1.0.1.2

10 Oct 23:55

Choose a tag to compare

Remarks
This release includes updates to add some features which are in the pre-release Asp.net Core bits, as well as a simplified dependency injection model. We've gone RTM! Thanks to everyone who helped get to this point.

Enhancements

  • #51 Update samples with breaking changes
  • #49 There are too many factories
  • #47 Add IAuthorizationEvaluator/IAuthorizationHandlerContextFactory

Breaking Changes

  • IAuthorizeDependenciesFactory was deemed unnecessary.

    Recommended upgrade path is to use a custom implementation of IAuthorizationDependencies.

  • IAuthorizationDependencies now has fewer properties because many of them are no longer needed.

    Recommended upgrade path is to inject those objects into your IAuthorizationService during it's construction.

0.2.1.1-RC2

05 Jul 02:27

Choose a tag to compare

0.2.1.1-RC2 Pre-release
Pre-release

Remarks
This release includes updates to synchronize with the RTM Asp.net Core bits, as well as doc comments for all public apis.

Enhancements

  • #46 Add Doc Comments for Remaining Classes
  • #44 Add doc comments to match Asp.net core
  • #45 Rename AuthorizationContext to AuthorizationHandlerContext to match Asp.net core
  • #43 Make AuthorizationHandler async only to match Asp.net Core

0.2.0.1-RC1

26 Jun 19:49

Choose a tag to compare

0.2.0.1-RC1 Pre-release
Pre-release

Remarks
This release marks our move into RC1 with 100% code coverage. Please try it out and tell us what you think!

Enhancements

  • #27 Test ResourceAuthorizeAttribute for MVC
  • #28 Test ResourceAuthorizeAttribute for web api
  • #13 Test AuthorizationHelper
  • #16 Test AuthorizationServiceExtensions
  • #17 Test DefaultAuthorizationService
  • #12 Test AuthorizationHandler

Bug Fixes

  • #42 ResourceAuthorizeAttribute does not respect AllowAnonymousAttribute

0.1.2.2-beta

21 Jun 03:08

Choose a tag to compare

0.1.2.2-beta Pre-release
Pre-release

Enhancements

  • #32 Support injecting custom authorization handlers
  • #40 Make dependency construction more explicit and simpler to adapt
  • #12 Now has tests for AuthorizationHandler
  • #41 Added engineering guidelines to promote good practices

0.1.1.14-beta

11 Jun 04:07

Choose a tag to compare

0.1.1.14-beta Pre-release
Pre-release

Big thanks to @8snit on this one!

Fixes

  • #36 Shouldn't be necessary to define all policies upfront
  • #35 Self hosting not working