# README
Authentication Micro-service
Run
Environment Vars
export MONGO_USERNAME=
export MONGO_PASSWORD=
export MONGO_HOST=
export MONGO_PORT=
export JWT_KEY=
Setting up SSL
Development Certs can be found in the Crypto folder. However, for production I would use Let's encrypt certs and store them in a secure location of the hosting server, in RAM.
Design
Docs
TODO
- Fix SSL
- User Dependency Inject Framework. Look at wire or Uber's Go library.
- Tests...