bisand / node-red-contrib-tibber-api

Node Red module for integrating with Tibber api
MIT License
20 stars 2 forks source link

Protect the API Key #36

Closed pandosme closed 4 years ago

pandosme commented 4 years ago

The API key should be stored in a configuration node as credentials. Now there is a risk of exposing your key if you export and send/publish an example flow.

bisand commented 4 years ago

You are right about that. I will start the work right away. Thanks.

pandosme commented 4 years ago

Great!

bisand commented 4 years ago

Migrated API key to Credentials and renamed it to Access Token (accessToken). The transition should be seamless, and any stored API keys should be automatically converted to Access Token Credentials.