fusion44 / blitz_api

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

JWT expiry time is not checked #105

Closed cstenglein closed 2 years ago

cstenglein commented 2 years ago

.env_sample JWT expiry time was set to 300ms, but requests went through correctly

That means the token expiry time is not checked correctly

rootzoll commented 2 years ago

@fusion44 can you recheck the JWT expiry enforcement?

fusion44 commented 2 years ago

Yes, but I'll finish the startup refactoring first.