ch4mpy / spring-addons

Ease spring OAuth2 resource-servers configuration and testing
Apache License 2.0
552 stars 89 forks source link

Merge JWT and introspecting starters #92

Closed ch4mpy closed 1 year ago

ch4mpy commented 1 year ago

Is your feature request related to a problem? Please describe. The number of starters (4) is a little high and could be reduced by merging JWT and introspecting starters (with @ConditionalOnProperty("spring.security.oauth2.resourceserver.opaquetoken.introspection-uri") for instance).

The price of that could be some confusion for noob users...

Describe the solution you'd like Only two starters (spring-addons-webmvc-resource-serverand spring-addons-webflux-resource-server) and test libs (spring-addons-webmvc-testand spring-addons-webflux-test)instead of four.

ch4mpy commented 1 year ago

The feature is not worth the breaking change and won't be merged.