Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Stormpath.Owin v3.1.0

Compare
Choose a tag to compare
@nbarbettini nbarbettini released this 02 Nov 01:52
· 162 commits to master since this release

New features

  • Support for the client_credentials OAuth grant type. (#34)
  • Support for HTTP Basic (API) authentication. (#10)
  • Added ID Site functionality. (#13)
  • Added Client property to pre/post handler context. (#55)

Fixed issues

  • Fixed logout behavior when the user has an expired access token. (#44)
  • Slightly improved server startup time. (#53)