I'm looking through the documentation for testing Spring Security with WebFlux and it shows a static method being used mockJwt() and jwt() but it doesn't have any references to what class that comes from. The method appears to be in org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers.java but I feel the documentation should reflect this so users do not have to go searching for this when their IDE is unable to autocomplete the class.
Comment From: marcusdacoregio
Hi @miller79, thanks for reaching out.
Are you able to submit a PR to address this issue?
Comment From: miller79
I should be able to just got to get a little time. I'll see if I can throw something out there today sometime.
Comment From: marcusdacoregio
Ok @miller79, the issue is yours now.
Take your time to do that, and, if you aren't able to submit a PR, please let me know so I can do that.
Comment From: miller79
@marcusdacoregio I have created this PR and fixed a few other issues I saw on the way.
https://github.com/spring-projects/spring-security/pull/10255
Not sure I have the ability to link the issue with the PR.