[WIP] This is a reference implementation of Auth Server that is conforming to CDS Security Profile.
It is based on node-oidc-provider, which is one of the OpenID Certified providers
It uses koa as HTTP handler
yarn startto start the serveryarn watchto start the server with automatic reload when files change, which useful for development. nodemon is required
- MIT