Skip to content

Commit 761f1f7

Browse files
author
Fabrizio Mirabito
committed
Change authentication endpoint in README
1 parent fac154d commit 761f1f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import ArduinoCloud from 'arduino-iot-js';
2121
// port: BROKER_PORT, // Default is 8443
2222
// ssl: true/false, // Default is true
2323
// token: 'YOUR_BEARER_TOKEN' // Required!
24-
// apiUrl: 'AUTH SERVER URL', // Default is https://auth.arduino.cc
24+
// apiUrl: 'AUTH SERVER URL', // Default is https://api2.arduino.cc
2525
// onDisconnect: message => { /* Disconnection callback */ },
2626
// useCloudProtocolV2: true/false, // Default is false
2727
// }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-iot-js",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"license": "GPLv3",
55
"description": "JS module providing Arduino Create IoT Cloud Connection",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)