This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
Stormpath.AspNet v0.7.0
New features
- Added the
/stormpathCallback
handler and SAML support (stormpath/stormpath-dotnet-owin-middleware#36). A future release will include SAML buttons in the UI. - Added CSRF support to forms generated by the middleware (#12, stormpath/stormpath-dotnet-owin-middleware#11).
- Added better support for deep link redirection through the login or registration flow (stormpath/stormpath-dotnet-owin-middleware#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 (stormpath/stormpath-dotnet-owin-middleware#24).
- Fixed a bug where the logout cookies were malformed (stormpath/stormpath-dotnet-owin-middleware#47).