Currently if you install fal in a fresh environment, fal auth login will work, but you'll get a message from pyjwt:
$ fal auth login
Open browser automatically ('no' to show URL)? [Y/n]: y
✓ Authenticated successfully, welcome!
The JWK Set did not contain any usable keys. Perhaps 'cryptography' is not installed?
and any other fal commands after that will tell you that you are not authenticated. This is because of a missing [crypto] extra.
Currently if you install fal in a fresh environment,
fal auth login
will work, but you'll get a message from pyjwt:and any other fal commands after that will tell you that you are not authenticated. This is because of a missing
[crypto]
extra.