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

Releases: stormpath/stormpath-aspnetcore

Stormpath.AspNetCore v4.1.0

10 Aug 23:08
1791c67
Compare
Choose a tag to compare

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

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

Stormpath.AspNetCore v4.0.0

24 Jul 19:58
0e33b14
Compare
Choose a tag to compare

Stable release of the Stormpath ASP.NET Core 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.AspNetCore v4.0.0-rc3

19 May 21:19
2c393c4
Compare
Choose a tag to compare
Pre-release

Stormpath.AspNetCore v4.0.0-rc2

29 Apr 05:12
323c915
Compare
Choose a tag to compare
Pre-release

Stormpath.AspNetCore v4.0.0-rc1

21 Apr 21:54
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.AspNetCore v0.9.0

06 Jan 21:06
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.AspNetCore v0.8.1

03 Nov 04:34
Compare
Choose a tag to compare

Fixed issues

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

Stormpath.AspNetCore v0.8.0

02 Nov 19:00
Compare
Choose a tag to compare

New features

Fixed issues

Stormpath.AspNetCore v0.7.0

12 Oct 12:07
Compare
Choose a tag to compare

New features

Fixed issues

Stormpath.AspNetCore v0.6.0

21 Sep 01:12
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. (#6)
  • Authorization requirements and handler classes for building policies that enforce StormpathGroupsRequirement or StormpathCustomDataRequirement. (#14)
  • Added the ability to specify a custom CacheProvider to use when configuring the middleware. (#19)
  • Added a concrete options class (StormpathOptions) for configuring the plugin at the configuration stage. (#18)

Additional minor bugfixes via Stormpath.Owin v2.0.0.