Skip to content

API authentication gateway written using Spring Boot, Zuul, Eureka and JWT.

Notifications You must be signed in to change notification settings

akhuntsaria/spring-boot-api-gateway

Repository files navigation

Spring Boot API Gateway Demo

This project demonstrates API gateway using microservices architecture, separate authentication service and service discovery.

Getting Started

  • Run discovery-server and other services
  • Run requests in request-examples.http

Architecture

image info

Services

  • api-gateway: Zuul edge service for routing
  • discover-server: Eureka server for service discovery
  • auth-service: JWT authentication service
  • protected-service: service with sensitive data

About

API authentication gateway written using Spring Boot, Zuul, Eureka and JWT.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages