-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Original:
var auth = 'Basic ODAwNTAyMzpwdVJsVGtMZmlVdkc='; // Replace with your auth key
Definite FAIL.
Recommended:
var secureNetId = '800xxxx'; // Replace with your own ID
var secureKey = 'puRlTkLxxxxx'; // Replace with your own Key
var auth = 'Basic ' + new Buffer(secureNetId + ':' + secureKey).toString('base64')
Metadata
Metadata
Assignees
Labels
No labels