This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
Stormpath.AspNet v0.8.0
New features
- Support for the
client_credentials
OAuth grant type. (stormpath/stormpath-dotnet-owin-middleware#34) - Support for HTTP Basic (API) authentication. (stormpath/stormpath-dotnet-owin-middleware#10)
- Added ID Site functionality. (stormpath/stormpath-dotnet-owin-middleware#13)
- Added
Client
property to pre/post handler context. (stormpath/stormpath-dotnet-owin-middleware#55)
Fixed issues
- Fixed logout behavior when the user has an expired access token. (stormpath/stormpath-dotnet-owin-middleware#44)
- Slightly improved server startup time. (stormpath/stormpath-dotnet-owin-middleware#53)