Skip to content
imTigger edited this page Jul 20, 2019 · 3 revisions

Authentication

Enable Authentication

Available since Version 0.9

Authentication is disabled by default, that any website can connect to your bridge and access local resources.

To prevent unauthorized access:

Set authentication.enabled to true, authentication.token to the value you want.

Point url to ws://127.0.0.1:12212/serial/WEIGH?access_token=1234567890 if your token is "1234567890"

Connection without correct token will be refused.

Clone this wiki locally