Skip to content

Commit

Permalink
Cross link to adding security on operation level
Browse files Browse the repository at this point in the history
  • Loading branch information
TRohit20 committed Nov 7, 2023
1 parent f514198 commit 34f8c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/concepts/asyncapi-document/server-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ Here are some of the security schemes that AsyncAPI supports:
type: scramSha512
```
Although, the `security` property is not mandatory to be implemented, it is a good practise to always secure your server(s) in production. Similarly, having multiple security schemes declared does not necessarily mean that the server is more secure, it really depends on other factors such as the protocol used, use case, business perspective and more.
Although, the `security` property is not mandatory to be implemented, it is a good practise to always secure your server(s) in production. Similarly, having multiple security schemes declared does not necessarily mean that the server is more secure, it really depends on other factors such as the protocol used, use case, business perspective and more. Additionally, you can also [add security on the `operation` level](securing-operations)

0 comments on commit 34f8c62

Please sign in to comment.