-
Notifications
You must be signed in to change notification settings - Fork 6k
Provide reactive JDBC implementation of ReactiveOAuth2AuthorizedClientService #7890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is there any example of the JDBCReactiveOAuth2AuthorizedClientService that I can start to look at ? |
@drgeb This issue is meant to deliver |
Hi @jgrandja if it's ok with you, I can take a look and start the implementation |
@ovidiupopa91 That would be great! The issue is yours. |
Another thing to keep in mind is that Spring Framework 5.3 is adding support for r2dbc spring-projects/spring-framework#25065 It might be valuable to build off of that and wait until we are on Spring Framework 5.3 |
Thanks for the heads up @rwinch. I totally agree that we should wait until Spring Framework 5.3 is out and leverage the provided implementations. @ovidiupopa91 Let's hold off on this for now. I would rather write less code than more so let's wait until Spring Framework 5.3 is out and then we can proceed. |
We could start something in a branch that is based of the current Spring Framework snapshots and then it would be ready when Framework released. |
Makes sense @rwinch. @ovidiupopa91 Please take a look at the new features added in spring-projects/spring-framework#25065 and leverage for this implementation. Let me know if you have any questions. |
Hi @jgrandja . Great, I'll do that. I will probably open a draft PR to get your feedback as soon as possible. |
Hi @jgrandja . Can you please reassign me to the issue? (just to avoid what happened when I tried to contribute to the spring-authorization-server project 😃 ) Thank you! |
Implement R2dbcReactiveOuath2AuthorizedClientService which persists the Oauth2AuthorizedClient in a sql database R2dbcReactiveOuath2AuthorizedClientService is using the spring-r2dbc module to persist/load Oauth2AuthorizedClient to/from a sql database Add optional depedency to the spring-r2dbc module Add test compile dependencies to r2dbc-h2 and r2dbc-test Closes spring-projectsgh-7890
This issue addresses the reactive counterpart of #7655.
Related #7889
The text was updated successfully, but these errors were encountered: