n0bisuke / node-red-contrib-line-messaging-api

NodeREDやenebularでLINE Messaging APIが利用できます。
https://flows.nodered.org/node/node-red-contrib-line-messaging-api
Apache License 2.0
6 stars 8 forks source link

Hide sensitive information on input #4

Closed VNXtreme closed 3 years ago

VNXtreme commented 3 years ago

Hi,

I updated these following inputs so it won't show sensitive data when sharing the flow publicly

・ReplyMessage :Secret / AccessToken ・PushMessage :Secret / AccessToken / User Id or Group ID ・Notify    :LINE Notify AccessToken

The result will look like this image

n0bisuke commented 3 years ago

Thanks!