Skip to content

microservices-thm-ss21/gateway

Repository files navigation

Gateway

Service initially retrieving all requests from users and forwarding them to the respective services.

Structure

  • A user is required to be logged in to send any requests except for /login, which is forwarded to the user-services login-route. This is ensured via a GatewayFilter.

  • Every other route is protected via an authentication filter. Therefore, authentication is optional for any other service.

Tech-Stack

The gateway uses the Spring Cloud Gateway framework to forward requests to their respective services.

Further Reading

Please refer to the README of the Orga-Repository for more information. This service uses the service-lib as a dependency.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •