Open MichaelStatt-S opened 1 month ago
id like to deploy these changes on the test deployment to test everything and make sure it all works before we merge. will do the review when we do that
It almost does, however, I need to implement it myself to use basic authentication. I could put it in the url, but that is even less secure. The headers for basic authentication are at least encrypted with https, the url isn't. It should have the same functionality besides the headers, it acts the exact same
why dont we set it up the way openai does, where the request has a json header and the credentials can be part of the content. alternatively we could create api keys. for example we could use djangos REST for either method, or we could implement a custom middleware
This should now be good. Now a priority because trever is broken
fixes #35