This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
Releases: stormpath/stormpath-dotnet-owin-middleware
Releases · stormpath/stormpath-dotnet-owin-middleware
Stormpath.Owin v3.1.0
Stormpath.Owin v3.0.0
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
Minor fixes and testing.
Stormpath.Owin v2.0.0
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 ignoretext/html
(i.e., browser) requests. (#26)
Stormpath.Owin v1.4.1
- Fixed a regression for the
/login
and/register
endpoints. (#27)
Stormpath.Owin v1.4.0
- The
/me
route honors thestormpath.web.me.expand
configuration. (#12)
Stormpath.Owin v1.3.0
- Social login support. (#7)
- Added additional logging.
- Bug fixes.
Stormpath.Owin v1.2.0
- Added support for customizing the path that is searched for configuration files.
Stormpath.Owin v1.1.0
Support for .NET Core 1.0 RTM.
Stormpath.Owin v1.0.0
What's New
Internal refactoring and bug fixes.
Breaking Changes
StormpathMiddlewareOptions
has been renamed to StormpathOwinOptions
.