Skip to content

Nidam is a collection of Spring OAuth 2 microservices and a React SPA that takes care of Registration and Authentication of Users using the Security Standard OAuth 2. So You only focus on Business Logic

Notifications You must be signed in to change notification settings

Mehdi-HAFID/reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Proxy Service — Nidam

Purpose

Gateway that fronts the platform. Acts as a reverse proxy and gateway for:

  • /react-ui → React SPA
  • /auth → Authorization Server
  • /bff → BFF

Read the documentation: https://nidam.derbyware.com

Part of the Nidam (6 repositories):

Run locally

mvn spring-boot:run 

#OR

# Build
mvn clean package

# Run
java -jar target/reverse-proxy-*.jar

Nidam Architecture

About

Nidam is a collection of Spring OAuth 2 microservices and a React SPA that takes care of Registration and Authentication of Users using the Security Standard OAuth 2. So You only focus on Business Logic

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published