Skip to content

Commit

Permalink
Added encryption of api key
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed May 3, 2021
1 parent 285b502 commit 96c7ff3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ To get an API-Key you have to go to [console.developers.google.com](https://cons

## Changelog

### 1.1.0

* (klein0r) Encrypt sensitive information

### 1.0.3

* (klein0r) Remove forbidden chars from state
Expand Down
12 changes: 11 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "youtube",
"version": "1.0.3",
"version": "1.1.0",
"news": {
"1.1.0": {
"en": "Encrypt sensitive information",
"de": "Verschlüsselung von sensiblen Daten"
},
"1.0.3": {
"en": "Remove forbidden chars from state",
"de": "Nicht erlaubte Zeichen aus Name entfernen"
Expand Down Expand Up @@ -116,6 +120,12 @@
}
]
},
"protectedNative": [
"apiKey"
],
"encryptedNative": [
"apiKey"
],
"native": {
"apiKey": "",
"enableVideoInformation": false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.youtube",
"version": "1.0.3",
"version": "1.1.0",
"description": "ioBroker YouTube Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit 96c7ff3

Please sign in to comment.