Description from extension meta
Provides a stable device ID to MiTeam and enhances security features.
Image from store
Description from store
MiTeam Device ID helps identify devices securely by providing a stable, private device ID to the MiTeam websites.
It ensures consistent identification without tracking users across sites, improving authentication and security for your team's tools.
It is used when customer needs to limit range of devices from which specific group of users can login.
MiTeam Device ID provides no GUI.
It can be used by MiTeam whitelisted domains to obtain deviceId.
window.deviceId.then((id) => {
console.log("Device ID:", id);
});