Kunlun is an authentication and authorization module you can use within your infrastructure.
It's possible to implement a dedicated auth service using Kunlun, and in fact there is a REST implementation already available:
This module is available on npm, so you can install using:
$ npm install kunlun-auth
If you would like to run the tests, you can do it with the test
command:
$ npm test
If you want a feature to be added or give some other feedback, feel free to open an issue.