This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
Stormpath.AspNet v0.6.0
New features
- Pre- and post-action handlers that let you attach your own behavior to actions like login, logout, and registration. (#8)
- Authorization support using
[StormpathCustomDataRequired]
and[StormpathGroupsRequired]
. Plain old[Authorize]
attribute still works for asserting the user is logged in, too. (#3) - Added the ability to specify a custom CacheProvider to use when configuring the integration. (#7)
Additional minor bugfixes via Stormpath.Owin v2.0.0.