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
I was just asking myself the same question. Do you have any asnwer to it yet?
Hi @Duki .. No I haven’t yet
@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.
@bekacru Can you chime in on this? 👆🏿
bump
bump
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.Would be a nice feature tho 🙈 And immensely increase security.
Not only nice.. also very important
@Ayoola @Duki I have created an issue for this in our internal issue tracker, we will have this feature implemented in the near future.