fusion44 / blitz_api

A management backend for the RaspiBlitz project written in Python / FastAPI
MIT License
19 stars 18 forks source link

system/refresh-token always gives me a token, even if unauthorized #106

Closed cstenglein closed 2 years ago

cstenglein commented 2 years ago

Looks like system/refresh-token always gives me a valid access_token, even if I don't send a access token to begin with:

image

cstenglein commented 2 years ago

My bad - was using backend-mock :man_facepalming: