-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Add Documentation for Static Methods Classes for mockJwt()
and jwt()
#10254
Comments
mockJwt()
and jwt()
Hi @miller79, thanks for reaching out. Are you able to submit a PR to address this issue? |
I should be able to just got to get a little time. I'll see if I can throw something out there today sometime. |
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. |
@marcusdacoregio I have created this PR and fixed a few other issues I saw on the way. Not sure I have the ability to link the issue with the PR. |
Updated all references to SecurityMockServerConfigurers to refer to correct methods. Added documentation for mockJwt to include the SecurityMockServerConfigurers class. Issue gh-10254
Updated all references to SecurityMockServerConfigurers to refer to correct methods. Added documentation for mockJwt to include the SecurityMockServerConfigurers class. Issue gh-10254
Updated all references to SecurityMockServerConfigurers to refer to correct methods. Added documentation for mockJwt to include the SecurityMockServerConfigurers class. Issue gh-10254
I'm looking through the documentation for testing Spring Security with WebFlux and it shows a static method being used
mockJwt()
andjwt()
but it doesn't have any references to what class that comes from. The method appears to be inorg.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.The text was updated successfully, but these errors were encountered: