From 0f09eccaab715aa39a74ecb68746e72a6006e501 Mon Sep 17 00:00:00 2001 From: Peeyush RAHARIYA Date: Fri, 7 Aug 2020 14:24:13 +1000 Subject: [PATCH] Corrected Second sentence in API security section --- sections/api-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/api-security.md b/sections/api-security.md index 4c6d290..2653db2 100644 --- a/sections/api-security.md +++ b/sections/api-security.md @@ -5,7 +5,7 @@ ______________________________________________________________________________ Applying the right level of security will allow your APIs to perform well without compromising on the security risk. -To secure your APIs the security standards are grouped into three categories: Design, Transport, and Authentication and Authorisation. +To secure your APIs the security standards are grouped into three categories: Design, Transport, and Authentication & Authorisation. At minimum the security standards that are defined here **MUST** be applied. Further security considerations may apply depending on the API design and requirements – refer to our [API Design Considerations section](getting-started.html#how-to-apply-the-design-standard) for more details.