KoenZomers / RingRecordingDownload

Console Application for Windows, Raspberry Pi, Linux and macOS which allows for downloading of Ring recorded events
Apache License 2.0
20 stars 9 forks source link

Credential & token was stored, cannot delete or use other credential #10

Closed shadowforward closed 3 years ago

shadowforward commented 3 years ago

I understand the token was stored for unattended run. it will utilize the refresh token from the first run to authenticate for all subsequent runs. But this is annoying particularly if want to switch user, or account password has been updated. Looks like there is no way to reset the stored token?

KoenZomers commented 3 years ago

Hi @shadowforward. Good point. I've added -ignorecachedtoken to the tool which you can use to prevent the cached token from being used. I'm preparing the new release which includes this option now.

KoenZomers commented 3 years ago

Version 2.0.3.0 has been released in which the -ignorecachedtoken option has been added