Skip to content

sai-abhishek/reactive-rest-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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