technomada / core-auth

Core app series common auth / api service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Core Auth

Simple central system.

  • auth
  • env

How to use:

$ sudo docker run -d --restart=always --name=auth -p 3000:3000 -v /path/to/config.js:/app/config.js technomada/core-auth 

Visit

https://localhost:3000

About

Core app series common auth / api service.

License:MIT License


Languages

Language:JavaScript 98.9%Language:Dockerfile 1.1%