Update security-schemes.md

This commit is contained in:
Robert Wallach
2018-03-21 10:30:10 -05:00
committed by GitHub
parent 85c9b384ea
commit f6f9c64a3d

View File

@@ -15,7 +15,7 @@ started, the section below outlines some common schemes in use.
* Should not be used without SSL, or some other data-in-transit encryption mechanism
* Can easily be combined with other security methods
> **Note**, basic authentication is susceptible to hijacks and man-in-the-middle
> **Note**: basic authentication is susceptible to hijacks and man-in-the-middle
> attacks when no encryption is in use. Due to this limitation, this method of
> authentication is only recommended when paired with SSL.
@@ -89,4 +89,4 @@ identify potential security risks.
**Related**
* [Additional Information on HTTP Status and Error Codes](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
* [API Operations](/modeling/introduction/modeling-with-openapi/api-operations)
* [API Operations](/modeling/modeling-with-openapi/api-operations)