Skip to content

rij12/Authentication-Microservice

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages