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

Stormpath.Owin v2.0.0

Compare
Choose a tag to compare
@nbarbettini nbarbettini released this 14 Sep 00:21
· 260 commits to master since this release

New features

  • Authorization helpers for checking Stormpath Groups and Custom Data. (#29)
  • Add the ability to specify a CacheProvider to use when creating the IClient. (#32)
  • Pre- and post-action handlers for hooking into login, registration, logout, password reset, and email verification. (#14)

Fixed issues

  • The /me route should no longer ignore text/html (i.e., browser) requests. (#26)