Max Batischev

Results 31 comments of Max Batischev

Hey @jzheaux, maybe this PR got lost, could you look at it when you have time?

Hey @rwinch @jzheaux . I did some research and have some questions. Let's say we want to define several customizers as beans: ``` @Bean Customizer rememberMeCustomizer() { return rememberMeConfigurer ->...

Hey @kse-music , thanks for the note. I considered this solution, but it’s not possible to simply access `ConfigurableListableBeanFactory`. There is a mistake in your code: to get a `ConfigurableListableBeanFactory`...

I have added `DeviceCodeOAuth2AuthorizedClientProvider`. The `OAuth2AuthorizationContext` should be based on the response from the device authorization endpoint. I haven't added it to `OAuth2AuthorizedClientProviderBuilder` and `DefaultOAuth2AuthorizedClientManager` yet. I'm not sure yet...

Hi @sjohnr, thanks for you feedback! I can describe the implementation of device code flow on BFF, which I am implementing in my project. To implement such an architecture, I...

In my case, I have an embedded system with an operating system with very limited functionality. There are quite a lot of such embedded systems and there is no way...

Hi @jzheaux. I will work on this issue this week.

Hi @rwinch. It makes sense to do such a check in `GenerateOneTimeTokenFilter` before generating the token itself. I can suggest this solution: ``` GenerateOneTimeTokenRequest generateRequest = this.requestResolver.resolve(request); try { User...

@rwinch Yes, of course, I'll submit the PR for review in the next few days.