Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 519 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 519 Bytes

Build Status

Auth Service

A generically useful authentication and authorisation server based on a heirarchy-free inter-entity permission system.

Running

To kickstart the service run npm start.

Tests

Tests use Tape test harness. To run tests use npm test.

Schemas

Generating docs

You can generate and update markdown docs for schemas by running node generate_spec_docs.js.