fluidd-core / fluidd

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

Auth token is currently being sent to `login` and `refresh_jwt` endpoints #1320

Closed pedrolamas closed 8 months ago

pedrolamas commented 8 months ago

Fluidd Version

1.27.1

Browser

Edge

Device

Desktop PC

Operating System

Windows

What happened

Fluidd is sending the Authorization header to the /access/login and access/refresh_jwt Moonraker endpoints

What did you expect to happen

No Authorization header should be sent to /access/login and access/refresh_jwt Moonraker endpoints

How to reproduce

Login and observe request, wait for refresh token to expire and observe request.

Additional information

This is a follow up on https://github.com/Arksine/moonraker/issues/793