Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 825 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 825 Bytes

Custom Security Service

this project is created to give a try to custom microservices

Custom security service with token auth made up with 3 different apps there's 3 branches to look at:

master is a branch for auth service itself, it's main goal is to register and login users (also adding tokens to them)

api_gateway is an orphan branch for resolving directions (eg. if there's no auth token or it's expired --> redirect to auth application, else --> redirects to the main ap)

blog_app is an orphan branch and itself is the main app with restfull endpoints

NOTE: as there's no automated publisher apps must be published on the specified ports
eg. apiGateway must be located on 80 port
blog must be on 8080
auth service must be on 9090