-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Provide JDBC implementation of OAuth2AuthorizationService #304
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
Conversation
Regarding build errors on windows-latest 11/12, make sure you don't use .equals() when comparing Instant objects, instead check for some range, eg. +/0 few milliseconds or so. |
0a559dc
to
7a52ec8
Compare
Hi @rlewczuk . As I'm using the |
Hi @jgrandja . The implementation is ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @ovidiupopa91, thanks for your work on this! Just so you know, I'm about to head out of town for the week, but wanted to give a bit of feedback sooner than later. This feedback focuses on the schema. I'll do a more thorough review of the code early next week hopefully.
See feedback inline.
...ces/org/springframework/security/oauth2/server/authorization/oauth2-authorization-schema.sql
Outdated
Show resolved
Hide resolved
...ces/org/springframework/security/oauth2/server/authorization/oauth2-authorization-schema.sql
Outdated
Show resolved
Hide resolved
...ces/org/springframework/security/oauth2/server/authorization/oauth2-authorization-schema.sql
Show resolved
Hide resolved
Add new JDBC implementation of the OAuth2AuthorizationService Closes spring-projectsgh-245
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job!
@sjohnr awesome, thank you! Let me know when there will be any planned feature/task that I could start looking at (for the next release) |
Thank you @ovidiupopa91 ! Would you be interested in adding the JDBC implementation for the recently added |
hi @jgrandja . Sure, I can do it. Do we have an issue raised for this one? (to reference it in the branch name) |
@ovidiupopa91 I just logged gh-313. Can you ask for it on there so I can assign to you. Thanks! |
Add new JDBC implementation of the OAuth2AuthorizationService
Closes gh-245