rij12 / Authentication-Microservice

JWT Authentication Microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

JWT Authentication Microservice

License:Apache License 2.0


Languages

Language:Go 100.0%