spring-addons icon indicating copy to clipboard operation
spring-addons copied to clipboard

The dependency spring-addons-webflux-jwt-resource-server that is mentioned in webflux-jwt-default sample Readme is not used anywhere

Open russmikitiuk opened this issue 6 months ago • 0 comments

Describe the bug The Readme file of the sample project "Reactive Resource Server With JWT Decoder Using spring-addons-webflux-jwt-resource-server" (https://github.com/ch4mpy/spring-addons/tree/master/samples/webflux-jwt-default#readme) states:

It is worth noting that, compared to reactive-resource-server tutorial, we do not depend on OAuth2 Resource Server. Instead, we'll use spring-addons-webflux-jwt-resource-server, a thin wrapper around it, which pushes auto-configuration to a next level:

com.c4-soft.springaddons spring-addons-webflux-jwt-resource-server ${spring-addons.version}

However, that dependency is not used anywhere in the spring-addons repo. Also, the repo for that dependency does not exist at the link https://github.com/ch4mpy/spring-addons/tree/master/webflux/spring-addons-webflux-jwt-resource-server that is shared in the Readme file. So, it would be good to have the Readme file updated. Thanks

Code sample N/A

Expected behavior I expected the dependency mentioned in the description to be included in the pom.xml and the repo for that dependency to be present at the link shared in the Readme file.

Additional context

russmikitiuk avatar Aug 18 '24 07:08 russmikitiuk