This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
098398b
commit d3dfa11
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
#Stormpath is Joining Okta | ||
# Stormpath is Joining Okta | ||
We are incredibly excited to announce that [Stormpath is joining forces with Okta](https://stormpath.com/blog/stormpaths-new-path?utm_source=github&utm_medium=readme&utm-campaign=okta-announcement). Please visit [the Migration FAQs](https://stormpath.com/oktaplusstormpath?utm_source=github&utm_medium=readme&utm-campaign=okta-announcement) for a detailed look at what this means for Stormpath users. | ||
|
||
We're available to answer all questions at [[email protected]](mailto:[email protected]). | ||
|
||
# Stormpath Middleware for ASP.NET [![Slack Status](https://talkstormpath.shipit.xyz/badge.svg)](https://talkstormpath.shipit.xyz) [![NuGet](https://img.shields.io/nuget/v/Stormpath.AspNet.svg)](https://www.nuget.org/packages/Stormpath.AspNet) | ||
## Migration Guide | ||
|
||
The latest version (4.0.0-RC1 and later) of this library supports migrating applications from the Stormpath API to the Okta API. For more information, see the [migration guide](https://github.com/stormpath/stormpath-dotnet-owin-middleware/blob/master/migrating.md). | ||
|
||
For a full list of breaking changes, see the [changelog](https://github.com/stormpath/stormpath-dotnet-owin-middleware/blob/master/changelog.md). | ||
|
||
# Stormpath Middleware for ASP.NET [![NuGet](https://img.shields.io/nuget/v/Stormpath.AspNet.svg)](https://www.nuget.org/packages/Stormpath.AspNet) | ||
|
||
This library makes it incredibly simple to add user authentication features to your ASP.NET application, such as login, signup, authorization, and social login. | ||
|
||
[Stormpath](https://stormpath.com) is a User Management API that reduces development time with instant-on, scalable user infrastructure. Stormpath's intuitive API and expert support make it easy for developers to authenticate, manage and secure users and roles in any application. | ||
|
||
:bulb: If you're using ASP.NET Core 1.0, grab our [ASP.NET Core library](https://github.com/stormpath/stormpath-aspnetcore) instead. | ||
:bulb: If you're using ASP.NET Core, grab our [ASP.NET Core library](https://github.com/stormpath/stormpath-aspnetcore) instead. | ||
|
||
## Example Application | ||
|
||
|