How to Identify a device? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to Identify a device?

I am implementing an OTP system, where after user credentials are matched then Otp is sent on mobile. The problem is am looking for a method, by which i can store a device token generated uniquely for each device which will be used to trust that device. So whenever the user logins again then system should not ask again for otp verification for that particular user. I tried User Agent, ip address but those doesn't seems to work, even mac address could be forged.. So is there any good solution out there for identifying a device to be unique? Am using Codeigniter4 and mysql database.

2nd Aug 2020, 6:27 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
1 Answer
+ 1
Read on Open System Interconnection (OSI). It may help
4th Aug 2020, 12:25 PM
Da2
Da2 - avatar