/auth-microservice

stormpath-express-pm2 authentication server

Primary LanguageJavaScript

Web authentication microservice

An authentication layer on top of stormpath

Deployment

  1. Export your Stormpath API Key ID / Secret and Application HREF Environment Variables (in config/export-keys):
export STORMPATH_CLIENT_APIKEY_ID=xxx
export STORMPATH_CLIENT_APIKEY_SECRET=xxx
export STORMPATH_APPLICATION_HREF=xxx
  1. Start the server:
pm2 server.js
  1. Visit http://localhost:4000/ in your browser