Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stormpath/stormpath-heroku-express-sample
https://github.com/stormpath/stormpath-heroku-express-sample
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stormpath/stormpath-heroku-express-sample
- Owner: stormpath
- Created: 2014-09-30T20:54:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T16:15:21.000Z (almost 8 years ago)
- Last Synced: 2024-04-13T23:01:30.268Z (8 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 27
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
#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]).
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
#stormpath-heroku-express-sample
[Stormpath-Express](https://github.com/stormpath/stormpath-express) is an extension for Express.js that makes it incredibly simple to add users and user data to your application. It aims to completely abstract away all user registration, login, authentication, and authorization problems, and make building secure websites painless. And the best part?
[Stormpath](http://stormpath.com/) is a User Management API that reduces development time with scalable user infrastructure.
If you aren't deploying to Heroku, you can still use Stormpath on any infrastructure. Check out our [15-Minute Tutorial: Build a Webapp with Node, Express, Bootstrap & Stormpath](https://stormpath.com/blog/build-nodejs-express-stormpath-app/) to get started quickl.
## Links
+ [Heroku Dev Center - Using Stormpath with Express.js](https://devcenter.heroku.com/articles/stormpath#using-with-express-js)
+ [Tutorial: Building and Deploying a Simple Express.js App With Stormpath and Heroku](https://stormpath.com/blog/heroku-stormpath-and-expressjs/)
+ [stormpath-express library](https://github.com/stormpath/stormpath-express) - works on any infrastructure
+ [express-stormpath documentation](http://docs.stormpath.com/nodejs/express/) - works on any infrastructure
+ [Stormpath Node.js SDK](https://github.com/stormpath/stormpath-sdk-node)
+ [Stormpath website](http://stormpath.com/)## Install
Check out the [Quickstart Instructions](http://docs.stormpath.com/nodejs/express/quickstart.html#initialize-express-stormpath) to init the Stormpath in under a minute.### Contributing
You can make your own contributions by forking the
development
branch, making your changes, and issuing pull-requests on thedevelopment
branch.We regularly maintain our GitHub repostiory, and are quick about reviewing pull requests and accepting changes!
### Copyright ###
Copyright ©2014 Stormpath, Inc. and contributors.
This project is open-source via the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).