Bn1knb / Custom-Security

Custom security service with token auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Custom security service with token auth


Languages

Language:Java 94.1%Language:TSQL 5.9%