Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/websockets-next-reference.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Kouba <[email protected]>
  • Loading branch information
sberyozkin and mkouba authored May 15, 2024
1 parent d369f47 commit 945b6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/websockets-next-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ void pong(Buffer data) {
[[websocket-next-security]]
== Security

The websocket endpoint callback methods can now be secured with security annotations such as `io.quarkus.security.Authenticated`,
WebSocket endpoint callback methods can be secured with security annotations such as `io.quarkus.security.Authenticated`,
`jakarta.annotation.security.RolesAllowed` and other annotations listed in the xref:security-authorize-web-endpoints-reference.adoc#standard-security-annotations[Supported security annotations] documentation.

For example:
Expand Down

0 comments on commit 945b6f4

Please sign in to comment.