Springboot SDK question

Following this quickstart

I am a bit confused as to how the JwtDecoder bean is used. Is this used in the background and just needs to be defined? I also looked at the other github examples but didn’t see it used.

Hey there!

In order to handle that most effectively, can I ask you to raise it as a GitHub issue so we can work on that directly with the sample maintainers and discuss it there?

Once you do that please share a link to it here so we can ping them. Thank you!

1 Like

I raised the issue on github.

1 Like

Perfect! Let me ping the repo maintainers in a few minutes!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.

Hey there!

Reopening this topic as I got some update regarding this.

A @JwtDecoder bean is not necessary until you add oauth2Login() with Spring Security however in general there might be some conversations in a bit about updating it for Spring Security 6 and Spring Boot 3 as it’s simply outdated.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.