You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recognized that the native keys called authToken clientAuthToken pin
in the io-package.json file that seem to contain sensitive data do not have counterparts in encryptedNative protectedNative
Thus the values will be stored in plain text and will be accessable by other adapters. See https://github.com/ioBroker/ioBroker.docs/blob/master/docs/en/dev/objectsschema.md#adapter for more information for those two arrays.
Maybe in of the next releases you could bring this imrovement in.
Hint: Adjusting these values would mean to release another major version of the adapter.
The text was updated successfully, but these errors were encountered:
Hi there,
I recognized that the native keys called
authToken
clientAuthToken
pin
in the io-package.json file that seem to contain sensitive data do not have counterparts in
encryptedNative
protectedNative
Thus the values will be stored in plain text and will be accessable by other adapters. See https://github.com/ioBroker/ioBroker.docs/blob/master/docs/en/dev/objectsschema.md#adapter for more information for those two arrays.
Maybe in of the next releases you could bring this imrovement in.
Hint: Adjusting these values would mean to release another major version of the adapter.
The text was updated successfully, but these errors were encountered: