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

https://github.com/timja/uma-auth-server


https://github.com/timja/uma-auth-server

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Uma Authorisation Server
=======================

### Prerequisites

* Install npm

Then run:
```
npm install
```

Use forever to update after file changes
```
npm install -g forever
```

Then use something like:
```
forever --watch --watchDirectory routes/ --watchIgnore *.log bin/www
```