user authentication

  1. William Parsons

    JavaScript fingerprint for user authentication with no cookies enabled

    Would this JavaScript / PHP combination I've created in my open-source project be secure enough to fingerprint a user when no cookies are enabled? I'd like to know your opinions (and if cookies are strictly necessary for this): Client-side: const retrieveBrowserDetails = function() { const...
Back
Top