biplobmanna / microservices-authN-authZ-poc

A POC of authN, authZ in microsevices using docker containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microservices Authentication POC

What all will this cover?

  • 2 microservices, 2 DB - all deployed in Docker containers
    • API-GW using GraphQL
    • Users service in node-express
    • PostGreSQL for storing User data
    • Redis for storing sessions data
  • authentication & authorization
  • using cookies
  • using JWT
  • web-sockets

About

A POC of authN, authZ in microsevices using docker containers


Languages

Language:JavaScript 99.5%Language:Dockerfile 0.5%