You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows OS, `/tmp/` folder does not exist and may be considered as
relative path
To fix this we want to use `os.tmpdir()` to point to the OS specified
path for temp files
This modification change the macOS behavior as the used folder for
storing token is not `/tmp/` anymore but
`/var/folders/<SOME_UNIQUE_PATH>/T/` which is the per-user temporary
folder (see https://magnusviri.com/what-is-var-folders.html)
Fixes#74
It seems that ACH is not creating the token file in /tmp/...
The text was updated successfully, but these errors were encountered: