Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ndhoule/sso-server

Single sign-on server
https://github.com/ndhoule/sso-server

Last synced: 13 days ago
JSON representation

Single sign-on server

Awesome Lists containing this project

README

        

# 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](LICENSE.md).

## Credits

[Auth0](https://auth0.com/), for their awesome JWT-related blog posts and tools