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

Latest commit

 

History

History
24 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.04 KB

Stormpath is Joining Okta

We are incredibly excited to announce that Stormpath is joining forces with Okta. Please visit the Migration FAQs for a detailed look at what this means for Stormpath users.

We're available to answer all questions at [email protected].

stormpath-csharp-cli-example

This application demonstrates user authentication, account management, and email verification.

For a tutorial, check out the C# SDK quickstart!

Build Instructions

To clone and run the demo:

git clone [email protected]:stormpath/stormpath-csharp-cli-example.git
cd stormpath-csharp-cli-example
msbuild Stormpath.Demo.sln
.\Stormpath.Demo\bin\Debug\Stormpath.Demo.exe

To build with Mono, substitute xbuild.