fal-ai / fal

⚡ Fastest way to serve open source ML models to millions
https://fal.ai/docs
Apache License 2.0
509 stars 44 forks source link

fix(auth): fix typo in token expiration leeway #128

Closed efiop closed 6 months ago

efiop commented 6 months ago

I noticed that all my commands were super slow (like fal auth that should just error-out was taking 6 seconds to run) and upon investigation saw that my access_token was always considered expired. It turned out that it was just a typo that made a leeway be 1800 minutes instead of 30 minutes like comment suggests.

linear[bot] commented 6 months ago

FEA-2128 access_token always expired and gets constantly refreshed