bbindreiter / node-red-contrib-alexa-remote2-applestrudel

Node-Red Nodes for interacting with Alexa
https://flows.nodered.org/node/node-red-contrib-alexa-remote2-applestrudel
MIT License
77 stars 21 forks source link

How to make an old cookie-file not valid? #61

Closed zeldalegends closed 1 year ago

zeldalegends commented 2 years ago

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

bbindreiter commented 2 years ago

Just delete the file. The token is revoked automatically after a while (although I don't know the timeout)

zeldalegends commented 2 years ago

Thank you so much, I will try

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.