DEV Community

Discussion on: Medium.com used local storage to check limited access ?

Collapse
 
ahferroin7 profile image
Austin S. Hemmelgarn

Even if they store it in the database, they have to correlate with some unique user identifier, which by definition has to be stored client-side. It's just not possible to reliably uniquely identify a client any other way. Given that it's also not possible to reliably identify that someone cleared local storage or is using incognito mode, there's not really an way to work around people bypassing limits like this.

Collapse
 
toanleviet95 profile image
Toan Le Viet

Yup, I think that's too hard to prevent people bypassing limits :D