How to manage 2FA Trusted Devices?

After marking a device as trusted in 2FA . How do you: * get all previously trusted devices and * Remove an older device from the trusted list
10 Replies
Duki
Duki5mo ago
I was just asking myself the same question. Do you have any asnwer to it yet?
Ayoola
AyoolaOP5mo ago
Hi @Duki .. No I haven’t yet
Duki
Duki5mo ago
@Ping are there any features mentioned above? Because i can't find anything in the docs or in code. Especially the removal would be crucial in case a user accidentally marks a device as trusted they don't own (like a work computer) or something like that.
Ayoola
AyoolaOP4mo ago
@bekacru Can you chime in on this? 👆🏿
Duki
Duki2mo ago
bump
iatomic.btc
iatomic.btc2mo ago
bump
frectonz
frectonz2mo ago
I don't think trusted devices are stored in the database. When trustDevice is set to true, the only thing that happens is a cookie is set that marks the current device as trusted. I think in order to implement listing and removing devices from a trusted list, we would need to start to store some kind of a device id in the database.
Duki
Duki2mo ago
Would be a nice feature tho 🙈 And immensely increase security.
Ayoola
AyoolaOP2mo ago
Not only nice.. also very important
frectonz
frectonz2mo ago
@Ayoola @Duki I have created an issue for this in our internal issue tracker, we will have this feature implemented in the near future.

Did you find this page helpful?