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

Releases: stormpath/stormpath-aspnet

Stormpath.AspNet v4.1.0

10 Aug 23:01
2b1ae82
Compare
Choose a tag to compare

No breaking changes from 4.0.0. Stable release of the Stormpath ASP.NET plugin, for applications migrating to Okta.

For the full list of changes in this minor release, see the OWIN changelog.

Stormpath.AspNet v4.0.0

24 Jul 19:22
8c3db18
Compare
Choose a tag to compare

Stable release of the Stormpath ASP.NET plugin, for applications migrating to Okta.

Who should use this library

This library and information is relevant if:

  • You are a Stormpath customer that is migrating to Okta (learn more).
  • You have successfully exported your tenant data from Stormpath (learn more).
  • You plan to imported your data into Okta (learn more).

If you fall into one of these categories, please read the Migration Guide and Changelog (below) to understand what features have changed, and what features are the same. If you have questions or need help, please reach out to us at [email protected].

Migration guide and changelog: Start here.

Stormpath.AspNet v4.0.0-rc3

19 May 21:19
53bd570
Compare
Choose a tag to compare
Pre-release

Stormpath.AspNet v4.0.0-rc2

29 Apr 05:11
ecb7eb7
Compare
Choose a tag to compare
Pre-release

Stormpath.AspNet v4.0.0-rc1

21 Apr 21:53
Compare
Choose a tag to compare
Pre-release

This version contains breaking changes and supports migrating applications from Stormpath to Okta. For more information, see the migration guide.

For a list of breaking changes, see the changelog.

Note: The major version number was incremented to indicate breaking changes, and sync it up with the Stormpath.Owin library (4.0.0).

Stormpath.AspNet v0.9.0

06 Jan 21:23
Compare
Choose a tag to compare

This release updates the Stormpath SDK to fix a bug, and includes a number of improvements and bugfixes from the Stormpath.Owin layer.

New features

Fixed issues

Stormpath.AspNet v0.8.1

03 Nov 04:36
Compare
Choose a tag to compare

Fixed issues

  • Fixed a regression that could cause an exception on startup in some cases. (#15)

Stormpath.AspNet v0.8.0

02 Nov 18:33
Compare
Choose a tag to compare

New features

Fixed issues

Stormpath.AspNet v0.7.0

12 Oct 12:31
Compare
Choose a tag to compare

New features

Fixed issues

Stormpath.AspNet v0.6.0

20 Sep 22:38
Compare
Choose a tag to compare

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.