Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Releases: stormpath/stormpath-dotnet-owin-middleware

Stormpath.Owin v3.1.0

02 Nov 01:52
Compare
Choose a tag to compare

New features

  • Support for the client_credentials OAuth grant type. (#34)
  • Support for HTTP Basic (API) authentication. (#10)
  • Added ID Site functionality. (#13)
  • Added Client property to pre/post handler context. (#55)

Fixed issues

  • Fixed logout behavior when the user has an expired access token. (#44)
  • Slightly improved server startup time. (#53)

Stormpath.Owin v3.0.0

12 Oct 11:39
Compare
Choose a tag to compare

New features

  • Added the /stormpathCallback handler and SAML support (#36). A future release will include SAML buttons in the UI.
  • Added CSRF support to forms generated by the middleware (#11).
  • Added better support for deep link redirection through the login or registration flow (#42).

Fixed issues

  • Updated the Stormpath.SDK version to fix a bug where some accounts could not log in. (stormpath/stormpath-sdk-dotnet#212).
  • Fixed social login support for clients like Angular (#24).
  • Fixed a bug where the logout cookies were malformed (#47).

Breaking changes

This is numbered as a major release due to some small breaking syntax changes in the RouteProtector class and others. It shouldn't affect the majority of use cases. If you run into issues, let us know by filing an issue or joining Talk Stormpath Slack.

Stormpath.Owin v2.0.2

20 Sep 22:14
Compare
Choose a tag to compare

Minor fixes and testing.

Stormpath.Owin v2.0.0

14 Sep 00:21
Compare
Choose a tag to compare

New features

  • Authorization helpers for checking Stormpath Groups and Custom Data. (#29)
  • Add the ability to specify a CacheProvider to use when creating the IClient. (#32)
  • Pre- and post-action handlers for hooking into login, registration, logout, password reset, and email verification. (#14)

Fixed issues

  • The /me route should no longer ignore text/html (i.e., browser) requests. (#26)

Stormpath.Owin v1.4.1

26 Aug 23:56
Compare
Choose a tag to compare
  • Fixed a regression for the /login and /register endpoints. (#27)

Stormpath.Owin v1.4.0

22 Aug 22:47
Compare
Choose a tag to compare
  • The /me route honors the stormpath.web.me.expand configuration. (#12)

Stormpath.Owin v1.3.0

13 Jul 00:15
Compare
Choose a tag to compare
  • Social login support. (#7)
  • Added additional logging.
  • Bug fixes.

Stormpath.Owin v1.2.0

29 Jun 21:25
Compare
Choose a tag to compare
  • Added support for customizing the path that is searched for configuration files.

Stormpath.Owin v1.1.0

28 Jun 22:41
Compare
Choose a tag to compare

Support for .NET Core 1.0 RTM.

Stormpath.Owin v1.0.0

16 Jun 04:37
Compare
Choose a tag to compare

What's New

Internal refactoring and bug fixes.

Breaking Changes

StormpathMiddlewareOptions has been renamed to StormpathOwinOptions.