Added basic auth checking code. First bit of code to protect an API call in the Employee controller.
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation": {
|
||||
"target": "Package",
|
||||
"version": "[5.0.1, )"
|
||||
},
|
||||
"System.Data.SqlClient": {
|
||||
"target": "Package",
|
||||
"version": "[4.8.2, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
|
||||
Reference in New Issue
Block a user