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
I noticed that Puter FUSE can't be used if the user haves 2FA enabled.
Here's what my terminal said when i tried to run it :
zachary@CatPC:~$ go run github.com/HeyPuter/[email protected][]Username: Zac0511Password: **************Authentication Host: https://puter.comAPI Host: https://api.puter.comMountpoint: /tmp/mnt{"proceed":true,"next_step":"otp","otp_jwt_token":"t o k e n}panic: unexpected status: 202goroutine 1 [running]:main.configure() /home/zachary/go/pkg/mod/github.com/!hey!puter/[email protected]/configure.go:114 +0xaeemain.main() /home/zachary/go/pkg/mod/github.com/!hey!puter/[email protected]/main.go:80 +0x1afexit status 2zachary@CatPC:~$
The text t o k e n replaces a long chain that could have been my auth token, which is why i replaced it
2FA support should be added, as most of users that care about security will have it enabled, and wouldn't be able to use puter-fuse.
The text was updated successfully, but these errors were encountered:
I noticed that Puter FUSE can't be used if the user haves 2FA enabled.
Here's what my terminal said when i tried to run it :
The text
t o k e n
replaces a long chain that could have been my auth token, which is why i replaced it2FA support should be added, as most of users that care about security will have it enabled, and wouldn't be able to use
puter-fuse
.The text was updated successfully, but these errors were encountered: