leepeuker / movary

Self hosted web app to track and rate your watched movies
MIT License
388 stars 14 forks source link

Change token header name #593

Closed JVT038 closed 6 months ago

JVT038 commented 6 months ago

It has been changed in all occurrences to X-Movary-Token (with the CTRL + SHIFT + H shortcut) and while I haven't tested it yet, it should be good in theory.

Besides that, I have decided to move all tests in authentication.assert.http to authentication.http, because the tests in authentication.http were basically the same, but without the actual testing / assertion statements.