Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2FA not supported #4

Open
Zac0511 opened this issue Oct 4, 2024 · 0 comments
Open

2FA not supported #4

Zac0511 opened this issue Oct 4, 2024 · 0 comments

Comments

@Zac0511
Copy link

Zac0511 commented Oct 4, 2024

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: Zac0511
Password: **************
Authentication Host: https://puter.com
API Host: https://api.puter.com
Mountpoint: /tmp/mnt
{"proceed":true,"next_step":"otp","otp_jwt_token":"t o k e n}
panic: unexpected status: 202

goroutine 1 [running]:
main.configure()
	/home/zachary/go/pkg/mod/github.com/!hey!puter/[email protected]/configure.go:114 +0xaee
main.main()
	/home/zachary/go/pkg/mod/github.com/!hey!puter/[email protected]/main.go:80 +0x1af
exit status 2
zachary@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant