-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Provide JDBC implementation of OAuth2AuthorizationConsentService #313
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
Hi @jgrandja . I can work on this one. |
Thanks for all your help @ovidiupopa91 ! |
Add new JDBC implementation of the OAuth2AuthorizationConsentService Add equals and hashCode methods in OAuth2AuthorizationConsent Closes spring-projectsgh-313
Add new JDBC implementation of the OAuth2AuthorizationConsentService Add equals and hashCode methods in OAuth2AuthorizationConsent Closes spring-projectsgh-313
Add new JDBC implementation of the OAuth2AuthorizationConsentService Add equals and hashCode methods in OAuth2AuthorizationConsent Closes spring-projectsgh-313
Add new JDBC implementation of the OAuth2AuthorizationConsentService Add equals and hashCode methods in OAuth2AuthorizationConsent Closes gh-313
hi @jgrandja . Let me know when you have something planned for the |
@ovidiupopa91 Please ping me when you return from your time off. Enjoy! |
Hi @jgrandja . I'm back from my PTO. Let me know when you have something that I can take a look at. |
Hi @ovidiupopa91 . Let me get back to you this Friday after I release |
Hi @jgrandja, sure. Yes, it was a great. A well deserved break :) |
Hi @ovidiupopa91, I'm on PTO all of next week. I'll plan |
Enjoy your time off @jgrandja ! |
Hi @ovidiupopa91. The plan for One task on the list is adding update support in We also need to implement the Client Configuration Endpoint which could go into |
Hi @jgrandja, welcome back. I am ok with both of them 👍 |
Great @ovidiupopa91. Can you log the issues and then I can assign to you. |
This reverts commit 99d86d9
Add new JDBC implementation of the OAuth2AuthorizationConsentService Add equals and hashCode methods in OAuth2AuthorizationConsent Closes spring-projectsgh-313
We need to provide a JDBC implementation of
OAuth2AuthorizationConsentService
that may be used for production deployments.Related gh-283 gh-304
The text was updated successfully, but these errors were encountered: