This commit is contained in:
2022-08-28 23:10:17 +00:00
parent 4e5095d46c
commit c2cf61c4ce
3 changed files with 542 additions and 436 deletions

View File

@@ -43,7 +43,7 @@ namespace rockfishCore.Controllers
//do stuff with the notification
(string username, string password) = rockfishCore.Util.AutoOrderProcessingUtil.GetUsernameAndPasswordFromAuthorizeHeader(Authorization);
// Now use username and password with whatever authentication process you want
if (username == "Y24PYYDQSA1L12905N5MKU" && password == "GI2F7CP17C2JS872MHASAF")
if (username == "Y24PYYDQSA1L12905N5MKU" && password == "MA8GMQK2PC3FDNT1RTR68R")
{
//put the notification into the db as freeform notification information
//to be processed by other code later. i.e. just capture it as is cleanly and don't bother trying to do anything fancy here this should be tight and focused and side effect free