Stormpath 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.
This is the development environment for the Stormpath hosted ID Site. You can use this repository to build the same single page application (SPA) that Stormpath provides, or you can modify it to suit your needs. The SPA uses Angular and Browserify and it is built using Grunt and Yeoman.
It is assumed that you have Node.JS installed and that you have Bower and Grunt installed as global packages.
After cloning this repository you should run npm install
and bower install
within the repository
Then you can use the following grunt tasks:
grunt serve
will:- start the development server
- load the application in your web browser
- open a chrome instance for Karma tests to run in
- watch files for edits and reload the application and re-run the tests
grunt build
will build the the application and place it in thedist/
folder. All assets will be minified.grunt build:debug
will also build the application todist/
, but without minifying the javascript assets
You can make your own contributions by forking the development
branch, making your changes, and issuing pull-requests on the development
branch.
We regularly maintain our GitHub repostiory, and are quick about reviewing pull requests and accepting changes!
Copyright © 2014 Stormpath, Inc. and contributors.
This project is open-source via the Apache 2.0 License.