Is there any way of getting a unique device id, that are consistent with nodejs/express/some npm module? I've tried with fingerprintjs2 on the clientside, but that isn't consistent, meaning I can get two different id's based on where I'm at.
It also needs to be without any use of saving cookies on the clientside, and has to be "calculated" with the same outcome everytime for each unique browser/user/whathaveyounot. The outcome has to be unique for each browser, somewhat similar to android-id in android.
EDIT: Im wondering this to try and create a login-free "service" that rely on the users device-id as login/username, releaving the user of all registration and whatnot