You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Spring Boot only creates InMemoryReactiveClientRegistrationRepository in web applications. However, it is quite likely that users will want to leverage this with non web applications (i.e. a CLI tool).
It would be nice if InMemoryReactiveClientRegistrationRepository would be created for non web applications too.
The text was updated successfully, but these errors were encountered:
Thanks! I can confirm that this is working and improves the setup for those using a non-web application. You can find the diff after these changes here rwinch/webclientoauth2-cli@ed86aed
Currently Spring Boot only creates
InMemoryReactiveClientRegistrationRepository
in web applications. However, it is quite likely that users will want to leverage this with non web applications (i.e. a CLI tool).It would be nice if
InMemoryReactiveClientRegistrationRepository
would be created for non web applications too.The text was updated successfully, but these errors were encountered: