Skip to content

stormpath/stormpath-angular2-express-example

Repository files navigation

#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 support@stormpath.com.

Angular 2 + Express + Stormpath Example

This project was generated with angular-cli version 1.0.0-beta.19-3. It's an example application that shows a typical Angular 2 webapp that authenticates with Stormpath using an Express backend.

You can read about how this application was created on the Stormpath blog. Feel free to copy any code in this project for your own use in accordance with the Apache 2.0 license.

Prerequisites: Node.js, a Stormpath Account, and an apiKey.properties file in ~/stormpath/.

To run the app, execute npm install && npm start. Then load the application your browser at http://localhost:4200/

To learn more, see Stormpath's Angular 2 SDK and Express Stormpath.