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 want to ask,
when we call client.login()
do this lib save the credential as cookies?
client.login(), can someone explain the mechanism and how safe is it?
The text was updated successfully, but these errors were encountered:
It saves the credentials in memory, in Client._login.cache on the local machine where it is run.
The cache is lost when the python process is destroyed.
i want to ask,
when we call client.login()
do this lib save the credential as cookies?
client.login(), can someone explain the mechanism and how safe is it?
The text was updated successfully, but these errors were encountered: