ch4mpy / spring-addons

Ease spring OAuth2 resource-servers configuration and testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split spring-security-oauth2-addons in 3

ch4mpy opened this issue · comments

spring-security-oauth2-addons contains code (and dependencies) for both servlet & reactive apps (webmvc and webflux). It should be split in 3:

  • spring-security-oauth2-addons with common code being neither servlet nor reactive APIs dependent
  • spring-security-oauth2-webmvc-addons
  • spring-security-oauth2-webflux-addons