A prototype authorIDy server.
- NodeJS
- yarn (
npm install --global yarn
)
yarn
yarn server
Create an .env
file which can contain the following parameters:
LOG4JS
: the logging leveninfo
,debug
, ...AUTHORIDY_HOST
: the hostname or ip adress to bind toAUTHORIDY_PORT
: the port to openAUTHORIDY_BASE
: the base url of this serviceAUTHORIDY_PREFIX
: the prefix to use for this serviceAUTHORIDY_PUBLIC_PATH
: the location of thepublic
directory containing static HTML files
The authorIDy will run on http://${AUTHORIDY_HOST}:${AUTHORIDY_PORT}/${AUTHORIDY_PREFIX}
and
is served to the world as ${AUTHORIDY_BASE}/${AUTHORIDY_PREFIX}
.