Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
nferch
12 months agoNew Contributor
CLI authorization expiry
On https://developer.1password.com/docs/cli/app-integration-security/ it states that "Authorization expires after 10 minutes of inactivity in the terminal session."
Are there any plans to make thi...
nferch
11 months agoNew Contributor
Hi @eli.s_1P thanks for the update!
One piece of context you might find useful is that running the CLI in a terminal multiplexer such as tmux
can be particularly tedious because the session is tied to the TTY. This means that every window or pane that uses the CLI needs to authorize separately.
It looks like it might be possible to work around this by wrapping the CLI and associating the invocations from different tmux windows and panes with a single TTY, but there's likely a better possible solution.