This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
Stormpath.Owin v3.2.0
New features
- The pre-login handler can specify an Organization
nameKey
to target for login. (#58) - The pre-login and pre-registration handlers can return a validation error that cancels the operation. (#65, thanks to @jared-lovin as well!)
- The post-login handler can specify an optional custom URI to redirect to after login. (#66)
- Pre-registration handlers can now inspect (read-only) data from the form submission. (#68)
- Tokens are more aggressively revoked on logout. (#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. (#8)
- The logout route now ignores the Content-Type header. (#64)
- Fixed a null exception when a custom field definition does not specify a
Type
. (#69) - Fixed an issue with custom fields inside a
customData:
object in JSON POSTs to/register
. (#70)