Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years agoOne password cli signin within python script run time
Hi ,
I am developing a python script to automate password updates in OP vault using OP CLI. I am facing issues while signin. i am running below code to signin without prompting password. I tried t...
cliKing
3 years agoOccasional Contributor
Signing in from your script seems to be a bad design security wise.
It would be better to leave authentication out of the script and let the user call your script once (s)he has logged in with eval $(op signin)
.