Categorygithub.com/rij12/authentication-microservice
modulepackage
0.0.0-20200423173516-90cdabe9318e
Repository: https://github.com/rij12/authentication-microservice.git
Documentation: pkg.go.dev

# README

Authentication Micro-service

Build Status Quality Gate Status Go Report Card

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...

# Packages

No description provided by the author
No description provided by the author