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].
This application demonstrates user authentication, account management, and email verification.
For a tutorial, check out the C# SDK quickstart!
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
.