Closed zeldalegends closed 1 year ago
Just delete the file. The token is revoked automatically after a while (although I don't know the timeout)
Thank you so much, I will try
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Hi,
I have fetched a token and saved it in the cookie-file correctly in a past project. Now I have created another project with another Node-RED installation, and I would like to authorize ONLY this new Node-RED installation with the same Alexa Echo Dot. At the same time, I would like toget rid of the former Node-RED installation an prevent it to access Alexa Echo Dot for security. So, I fetched a new token and saved into a new cookie-file for the new Node-RED installation, but unfortunately the old one is still working in the previous project... I would like to avoid that the old Node-RED can access Alexa with the old cookie file.
How can I do?
Thanks