Add APIKey authentication
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
"ConnectionStrings": {
|
||||
"TodoDatabase": "Data Source=data/todo.db"
|
||||
},
|
||||
"Authentication": {
|
||||
"APIKeys": [
|
||||
"0a7eefbb-17f5-4299-882b-94719461a896"
|
||||
]
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
@@ -9,4 +14,4 @@
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user