Reference implementation of an EBU CPA Authentication Provider http://tech.ebu.ch/cpa
1.9K
This project contains a reference implementation of the Cross-Platform Authentication Authorization Provider.
This software implements version 1.0 of the Cross-Platform Authentication Protocol (EBU Tech 3366).
More information on the EBU Cross-Platform Authentication project.
Ensure your system has Node.js (v0.10 or later) and NPM installed.
$ git clone https://github.com/ebu/cpa-auth-provider.git
$ cd cpa-auth-provider
$ npm install
$ NODE_ENV=development bin/init-db
$ npm test
The server reads configuration settings from the file config.local.js.
An example config for reference is in config.dist.js.
$ cp config.dist.js config.local.js
Edit config.local.js to set the necessary configuration options:
$ NODE_ENV=development bin/init-db
$ bin/server
Specify --help to see available command-line options:
$ bin/server --help
This project includes a Makefile that is used to run various tasks during
development. This includes JSHint, for code verification, Istanbul for test
coverage, and JSDoc for documentation.
As general-purpose tools, these should be installed globally:
$ sudo npm install -g jshint istanbul jsdoc
To verify the code using JSHint and run the unit tests:
$ make
To verify the code using JSHint:
$ make lint
To run the unit tests:
$ make test
To generate a test coverage report (in the coverage directory);
$ make coverage
Copyright (c) 2014-2015, EBU-UER Technology & Innovation
The code is under BSD (3-Clause) License. (see LICENSE.txt)
Content type
Image
Digest
sha256:a51155696…
Size
238 MB
Last updated
almost 11 years ago
docker pull ebutech/cpa-auth-provider