This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
Stormpath.AspNet v0.9.0
This release updates the Stormpath SDK to fix a bug, and includes a number of improvements and bugfixes from the Stormpath.Owin layer.
New features
- The pre-login handler can specify an Organization
nameKey
to target for login. (stormpath/stormpath-dotnet-owin-middleware#58) - The pre-login and pre-registration handlers can return a validation error that cancels the operation. (stormpath/stormpath-dotnet-owin-middleware#65, thanks to @jared-lovin as well!)
- The post-login handler can specify an optional custom URI to redirect to after login. (stormpath/stormpath-dotnet-owin-middleware#66)
- Pre-registration handlers can now inspect (read-only) data from the form submission. (stormpath/stormpath-dotnet-owin-middleware#68)
- Tokens are more aggressively revoked on logout. (stormpath/stormpath-dotnet-owin-middleware#60)
Fixed issues
- Fixed a caching bug which caused higher than normal API call volume. (stormpath/stormpath-sdk-dotnet#237)
- Autologin for registration works as expected. (stormpath/stormpath-dotnet-owin-middleware#8)
- The logout route now ignores the Content-Type header. (stormpath/stormpath-dotnet-owin-middleware#64)
- Fixed a null exception when a custom field definition does not specify a
Type
. (stormpath/stormpath-dotnet-owin-middleware#69) - Fixed an issue with custom fields inside a
customData:
object in JSON POSTs to/register
. (stormpath/stormpath-dotnet-owin-middleware#70)