Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 437 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 437 Bytes

Reactive RESTful Web Service

Self learning project - a reactive programming model to construct REST APIs performing non-blocking CRUD operations on MongoDB backend

REST APIs are secured with OpenID Connect authentication - validated against JWT token in request header

Tech stack & features

  • Spring Webflux
  • Spring Data Reactive MongoDB
  • Okta OIDC with Spring Security
  • Rate limiter with Resilience4j
  • Log mask mechanism