Is there working example of OAuth2 with WebFlux

前端 未结 2 1771
傲寒
傲寒 2021-02-07 08:44

I\'m trying to add OAuth2 to WebFlux and can\'t find any working example.

To Implement own Authorization Server I use such code:

@EnableAuthorizationServ         


        
2条回答
  •  情深已故
    2021-02-07 08:52

    It's implemented now, here the reference to the sample code:

    https://github.com/spring-projects/spring-security/tree/master/samples/boot/oauth2login-webflux

提交回复
热议问题