/sso-server

Single sign-on server

Primary LanguageJavaScriptMIT LicenseMIT

SSO Server

A single-sign on server.

Requirements

  • Node 0.10.x
  • Postgres 9.3.x
  • Redis 2.8.x

Tasks

Task Name Description
gulp (default): Run server in watch mode, reloading on file changes.
gulp watch Watch files and re-run tests on change.
gulp migrate:latest Run latest database migrations.
gulp migrate:make --name={NAME} Create a new migration with the filename {NAME}.
gulp migrate:rollback Roll back the latest migration set.

License

Copyright 2014, Nathan Houle. MIT Licensed.

Credits

Auth0, for their awesome JWT-related blog posts and tools