Remove remaining portions of rest api authentication code
Problem
API Security used to use authentication on it's rest apis. This was disabled, but much of the code was left in while the architecture stabilized. Now that it's stable, the remaining code can be removed.
Proposal
-
Identify location of authentication code -
Generating new api key on first start -
Commented out code in startup.cs
-
-
Remove code -
Update tests as needed