From 4fcac6ca1dae24073eea47d7235761e3a74d68f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 3 Dec 2020 11:29:07 +0300 Subject: [PATCH] Remove Authorization for the Swagger UI part from the get started --- docs/en/Getting-Started.md | 4 ---- docs/en/Swagger.md | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 docs/en/Swagger.md diff --git a/docs/en/Getting-Started.md b/docs/en/Getting-Started.md index 2ae05a85c1..58873af973 100644 --- a/docs/en/Getting-Started.md +++ b/docs/en/Getting-Started.md @@ -261,10 +261,6 @@ Ensure that the `.HttpApi.Host` project is the startup project and run the appli You can see the application APIs and test them here. Get [more info](https://swagger.io/tools/swagger-ui/) about the Swagger UI. -> ##### Authorization for the Swagger UI -> -> Most of the HTTP APIs require authentication & authorization. If you want to test authorized APIs, manually go to the `/Account/Login` page, enter `admin` as the username and `1q2w3E*` as the password to login to the application. Then you will be able to execute authorized APIs too. - {{ end # UI }} {{ if UI == "Blazor" }} diff --git a/docs/en/Swagger.md b/docs/en/Swagger.md new file mode 100644 index 0000000000..1fda8a0cd7 --- /dev/null +++ b/docs/en/Swagger.md @@ -0,0 +1,3 @@ +# Swagger UI Integration + +TODO \ No newline at end of file