-
Notifications
You must be signed in to change notification settings - Fork 6k
Add SupplierClientRegistrationRepository
#12972
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
e2c1614
to
85f9f29
Compare
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.
Thanks for the PR, @justin-tay! I've left some feedback inline.
...pringframework/security/oauth2/client/registration/SupplierClientRegistrationRepository.java
Outdated
Show resolved
Hide resolved
...pringframework/security/oauth2/client/registration/SupplierClientRegistrationRepository.java
Outdated
Show resolved
Hide resolved
...pringframework/security/oauth2/client/registration/SupplierClientRegistrationRepository.java
Outdated
Show resolved
Hide resolved
63fadd8
to
0187afd
Compare
311998c
to
994069a
Compare
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.
My apologies, @justin-tay, it looks like my latest review was still pending. I'm publishing it now and look forward to any updates.
...pringframework/security/oauth2/client/registration/SupplierClientRegistrationRepository.java
Outdated
Show resolved
Hide resolved
8716428
to
1bc6fd5
Compare
1bc6fd5
to
9f56928
Compare
Thanks, @justin-tay! This is now merged into |
Closes gh-12967
Adds a
SupplierClientRegistrationRepository
to lazily retrieveClientRegistration
(s).This is different from the proposed design and instead each registration can be lazily retrieved. If caching is required a
SingletonSupplier
can be used.