0
votes

I want to use webflux with reactor netty,but my project that relies on spring-security-oauth2 , specifically with the class https://github.com/spring-projects/spring-security-oauth/blob/master/spring-security-oauth2/src/main/java/org/springframework/security/oauth2/provider/OAuth2Authentication.java, to work with oauth2, but this project use the servlet api, and netty does not support the servlet api. It's possible to use reactor netty with the spring-security-oauth2 project?

1

1 Answers

0
votes

Yes, spring-security-oauth2 has been lifted into Spring security 5 and is no longer a standalone library.

Spring security 5 also has support for webflux.

Webflux security