We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d62a2 commit 0fae4d5Copy full SHA for 0fae4d5
README.md
@@ -20,6 +20,8 @@ On [**Startup.cs**](#startupcs), as shown below, add 2 lines in *ConfigureServic
20
21
Also add an implementation of *IBasicUserValidationService* as shown below in [**BasicUserValidationService.cs**](#basicuservalidationservicecs).
22
23
+**NOTE: Always use HTTPS (SSL Certificate) protocol in production when using Basic authentication.**
24
+
25
#### Startup.cs
26
27
```C#
0 commit comments