Skip to content

Commit 0fae4d5

Browse files
committed
Note to use HTTPS added.
1 parent 63d62a2 commit 0fae4d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ On [**Startup.cs**](#startupcs), as shown below, add 2 lines in *ConfigureServic
2020

2121
Also add an implementation of *IBasicUserValidationService* as shown below in [**BasicUserValidationService.cs**](#basicuservalidationservicecs).
2222

23+
**NOTE: Always use HTTPS (SSL Certificate) protocol in production when using Basic authentication.**
24+
2325
#### Startup.cs
2426

2527
```C#

0 commit comments

Comments
 (0)