From a10fe4423cc527863a7fac8cdb0c573ec42467d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Tue, 15 Aug 2023 12:41:36 -0300 Subject: [PATCH] feat(docs): add helmet page --- .../security-with-helmet.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/rest-api-application/security-with-helmet.mdx diff --git a/docs/rest-api-application/security-with-helmet.mdx b/docs/rest-api-application/security-with-helmet.mdx new file mode 100644 index 00000000..9892d178 --- /dev/null +++ b/docs/rest-api-application/security-with-helmet.mdx @@ -0,0 +1,16 @@ +--- +title: Security with Helmet +sidebar_position: 9 +description: See how to improve the security of your REST API with Helmet in Athenna. +tags: + - REST API Application + - Security with Helmet +--- + +# Security with Helmet + +See how to improve the security of your REST API with Helmet in Athenna. + +## Introduction + +Coming soon