Prismatik / auth

A generically useful authentication and authorisation server based on a heirarchy-free inter-entity permission system
5 stars 1 forks source link

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.