Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ndhoule/sso-server
- Owner: ndhoule
- License: mit
- Created: 2014-08-08T01:57:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-08T08:45:30.000Z (over 10 years ago)
- Last Synced: 2024-04-10T13:55:39.409Z (7 months ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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