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

1Password needs to repeatably authenticate #411

Open
Zipties opened this issue Jan 10, 2025 · 2 comments
Open

1Password needs to repeatably authenticate #411

Zipties opened this issue Jan 10, 2025 · 2 comments

Comments

@Zipties
Copy link

Zipties commented Jan 10, 2025

If I use the command "op read "op://Private/docker/password" --force" in a powershell CLI on windows 11, 1Passwordt asks to authenticate , returns the password, and then my session remains live until 10 minutes of inactivity as the login prompt suggests.

If I use the same command in xpipe it needs to authenticate each time it is run, which seems to be multiple times per device at times. I suspect the process that is used to call 1password is just being closed each time it is run so it has to open a new session over and over.

@crschnick
Copy link
Member

Yes, I just realized that it spawns a new process for every password manager call. I actually don't know why. I will try to reuse one shell process to call it in the next release

@Zipties
Copy link
Author

Zipties commented Jan 10, 2025

Yes, I just realized that it spawns a new process for every password manager call. I actually don't know why. I will try to reuse one shell process to call it in the next release

Thank you! It was my first time working with 1pass CLI and figured it must be a me issue

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

No branches or pull requests

2 participants