fluidd-core / fluidd

Fluidd, the klipper UI.
https://docs.fluidd.xyz
GNU General Public License v3.0
1.34k stars 401 forks source link

fix: ignore Authorization on login or token refresh #1321

Closed pedrolamas closed 5 months ago

pedrolamas commented 5 months ago

Ensures we do not send an Authorization header to the /access/login and /access/refresh_jwt Moonraker endpoints.

Fixes #1320